import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[browsing_context_name_cross_origin_2.html]
type: testharness
[Restoring window.name on cross-origin history traversal]
expected: FAIL

View file

@ -0,0 +1,5 @@
[browsing_context_name_cross_origin_3.html]
type: testharness
[Restoring window.name on cross-origin history traversal]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scroll-restoration-fragment-scrolling-cross-origin.html]
type: testharness
expected: ERROR
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[popstate_event.html]
type: testharness
[Queue a task to fire popstate event]
expected: FAIL

View file

@ -0,0 +1,5 @@
[unset_context_name-1.html]
type: testharness
[window.name after navigating to a different origin]
expected: FAIL

View file

@ -0,0 +1,5 @@
[003.html]
type: testharness
[Navigation from unload whilst traversing history]
expected: FAIL

View file

@ -0,0 +1,5 @@
[012.html]
type: testharness
[Link with onclick navigation to javascript url with delayed document.write and href navigation ]
expected: FAIL

View file

@ -0,0 +1,5 @@
[navigate-child-src-about-blank.html]
type: testharness
[Set the src attribute to about:blank and check referrer]
expected: FAIL

View file

@ -0,0 +1,5 @@
[003.html]
type: testharness
[Fragment Navigation: Updating scroll position]
expected: FAIL

View file

@ -0,0 +1,5 @@
[001.html]
type: testharness
[document.open in unload]
expected: FAIL

View file

@ -0,0 +1,5 @@
[002.html]
type: testharness
[document.open in unload]
expected: FAIL

View file

@ -0,0 +1,5 @@
[003.html]
type: testharness
[document.open in beforeunload with link]
expected: FAIL

View file

@ -0,0 +1,5 @@
[004.html]
type: testharness
[document.open in beforeunload with button]
expected: FAIL

View file

@ -0,0 +1,8 @@
[navigation-within-beforeunload.html]
type: testharness
[Triggering navigation from withing beforeunload event]
expected: FAIL
[Triggering navigation from within beforeunload event]
expected: FAIL

View file

@ -0,0 +1,5 @@
[001.html]
type: testharness
[beforeunload event order]
expected: FAIL

View file

@ -0,0 +1,5 @@
[003.html]
type: testharness
[unload event properties]
expected: FAIL

View file

@ -0,0 +1,6 @@
[006.html]
type: testharness
expected: TIMEOUT
[salvagable state of document after setting pagehide listener]
expected: TIMEOUT

View file

@ -0,0 +1,14 @@
[001.html]
type: testharness
[pushState must not be allowed to create cross-origin URLs (about:blank)]
expected: FAIL
[pushState must not be allowed to create cross-origin URLs (data:URI)]
expected: FAIL
[pushState must remove any tasks queued by the history traversal task source]
expected: FAIL
[history.state should be a separate clone of the object, not a reference to the object passed to the event handler]
expected: FAIL

View file

@ -0,0 +1,17 @@
[002.html]
type: testharness
[replaceState must not be allowed to create cross-origin URLs (about:blank)]
expected: FAIL
[replaceState must not be allowed to create cross-origin URLs (data:URI)]
expected: FAIL
[replaceState must not remove any tasks queued by the history traversal task source]
expected: FAIL
[.go must queue a task with the history traversal task source (run asynchronously)]
expected: FAIL
[history.state should be a separate clone of the object, not a reference to the object passed to the event handler]
expected: FAIL

View file

@ -0,0 +1,5 @@
[004.html]
type: testharness
[.go commands should be queued until the thread has ended]
expected: FAIL

View file

@ -0,0 +1,6 @@
[combination_history_004.html]
type: testharness
expected: TIMEOUT
[After calling of back method, check length]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[combination_history_005.html]
type: testharness
expected: TIMEOUT
[After calling of forward method, check length]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[combination_history_006.html]
type: testharness
expected: TIMEOUT
[After calling of go method, check length]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[combination_history_007.html]
type: testharness
expected: TIMEOUT
[After calling of back and pushState method, check length]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[history_back.html]
type: testharness
expected: TIMEOUT
[history back]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[history_forward.html]
type: testharness
expected: TIMEOUT
[history forward]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[history_go_minus.html]
type: testharness
expected: TIMEOUT
[history go minus]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[history_go_plus.html]
type: testharness
expected: TIMEOUT
[history go plus]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[history_go_undefined.html]
type: testharness
[history.forward() with session history]
expected: FAIL

View file

@ -0,0 +1,9 @@
[001.html]
type: testharness
expected: TIMEOUT
[Traversing history back (2)]
expected: NOTRUN
[Traversing history forward]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[002.html]
type: testharness
expected: TIMEOUT
[Navigating second iframe]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[traverse_the_history_1.html]
type: testharness
expected: TIMEOUT
[Multiple history traversals from the same task]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[traverse_the_history_2.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,5 @@
[traverse_the_history_3.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,5 @@
[traverse_the_history_4.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,5 @@
[traverse_the_history_5.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,8 @@
[traverse_the_history_write_after_load_1.html]
type: testharness
disabled:
if (os == "linux") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history after document.write after the load event]
expected:
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL

View file

@ -0,0 +1,11 @@
[traverse_the_history_write_onload_1.html]
type: testharness
disabled:
if debug or ((os == "linux") and (bits == 64)): https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history when a history entry is written in the load event]
expected:
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL

View file

@ -0,0 +1,9 @@
[traverse_the_history_write_onload_2.html]
type: testharness
disabled:
if debug or ((os == "linux") and (bits == 64)): https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history back and forward when a history entry is written in the load event]
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL

View file

@ -0,0 +1,5 @@
[location_assign.html]
type: testharness
[URL that fails to parse]
expected: FAIL

View file

@ -0,0 +1,5 @@
[location_assign_about_blank.html]
type: testharness
[location.assign with initial about:blank browsing context]
expected: FAIL

View file

@ -0,0 +1,5 @@
[reload_document_write_onload.html]
type: testharness
[Reload document with document.written content written in load event]
expected: FAIL

View file

@ -0,0 +1,6 @@
[reload_post_1.html]
type: testharness
expected: TIMEOUT
[Reload document with POST]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[scripted_click_location_assign_during_load.html]
type: testharness
[location.assign with click during load]
expected: FAIL

View file

@ -0,0 +1,5 @@
[api_update_error.html]
type: testharness
[INVALID_STATE_ERR error test]
expected: FAIL

View file

@ -0,0 +1,5 @@
[origin-of-data-document.html]
type: testharness
[The origin of a 'data:' document in a frame is opaque.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document_domain.html]
type: testharness
[new document]
expected: FAIL

View file

@ -0,0 +1,5 @@
[indexed-browsing-contexts-02.html]
type: testharness
[Accessing child browsing contexts 3]
expected: FAIL

View file

@ -0,0 +1,5 @@
[indexed-browsing-contexts-03.html]
type: testharness
[Indexed child browsing contexts]
expected: FAIL

View file

@ -0,0 +1,6 @@
[close_script_defer.html]
type: testharness
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1305877
[Running defer script in window.close()]
expected: FAIL

View file

@ -0,0 +1,4 @@
[creating_browsing_context_test_01.html]
type: testharness
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1215461

View file

@ -0,0 +1,14 @@
[named-objects.html]
type: testharness
[Check if window['a'\] contains all a, applet, area, embed, form, img, and object elements, and their order]
expected: FAIL
[Check if window['fs'\] return the frameset element with name='fs']
expected: FAIL
[Check if window['b'\] returns the elements with the id='b']
expected: FAIL
[Check if window['a'\] contains all applet, embed, form, img, and object elements, and their order]
expected: FAIL

View file

@ -0,0 +1,341 @@
[window-security.sub.html]
type: testharness
[A SecurityError exception must be thrown when window.applicationCache is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.devicePixelRatio is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.document is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.external is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.frameElement is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.history is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.innerWidth is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.innerHeight is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.locationbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.localStorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.menubar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.name is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.navigator is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onabort is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onafterprint is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onbeforeprint is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onbeforeunload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onblur is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncancel is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncanplay is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncanplaythrough is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onclick is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onclose is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncontextmenu is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncuechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondblclick is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondrag is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragend is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragenter is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragleave is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragover is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragstart is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondrop is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondurationchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onemptied is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onended is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onerror is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onfocus is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onhashchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oninput is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oninvalid is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeydown is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeypress is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeyup is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadeddata is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadedmetadata is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadstart is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmessage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousedown is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousemove is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseover is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseup is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousewheel is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onoffline is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ononline is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpause is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onplay is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onplaying is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpagehide is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpageshow is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpopstate is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onprogress is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onratechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onreset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onresize is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onscroll is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onseeked is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onseeking is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onselect is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onshow is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onstalled is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onstorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onsubmit is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onsuspend is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ontimeupdate is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onunload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onvolumechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onwaiting is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.pageXOffset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.pageYOffset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.personalbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screen is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollbars is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.statusbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.status is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screenX is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screenY is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.sessionStorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.toolbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.alert is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.clearInterval is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.clearTimeout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.confirm is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.getComputedStyle is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.getSelection is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.matchMedia is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.moveBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.moveTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.open is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.print is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.prompt is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.resizeTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.resizeBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scroll is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.setInterval is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.setTimeout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.showModalDialog is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.stop is accessed from a different origin.]
expected: FAIL

View file

@ -0,0 +1,14 @@
[window-properties.html]
type: testharness
[Window attribute: oncancel]
expected: FAIL
[Window attribute: onclose]
expected: FAIL
[Window attribute: oncuechange]
expected: FAIL
[Window attribute: onmousewheel]
expected: FAIL

View file

@ -0,0 +1,8 @@
[browsing-context-first-created.xhtml]
type: testharness
[Check the document's meta data]
expected: FAIL
[Check the document's status]
expected: FAIL

View file

@ -0,0 +1,6 @@
[browsing-context-choose-self-2.html]
type: testharness
expected: TIMEOUT
[The current browsing context must be chosen if the given name is empty string]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[browsing-context-default-name.html]
type: testharness
[A browsing context has no default name]
expected: FAIL

View file

@ -0,0 +1,8 @@
[frameElement.sub.html]
type: testharness
[The SecurityError must be thrown if the container's document does not have the same effective script origin]
expected: FAIL
[The SecurityError must be thrown if the window accesses to frameElement attribute of a Window which does not have the same effective script origin]
expected: FAIL

View file

@ -0,0 +1,6 @@
[window-top-001.html]
type: testharness
expected: TIMEOUT
[Two nested iframes]
expected: TIMEOUT

View file

@ -0,0 +1,9 @@
[Document.currentScript.sub.html]
type: testharness
expected: TIMEOUT
[Script script-window-error]
expected: FAIL
[Script script-exec]
expected: NOTRUN

View file

@ -0,0 +1,8 @@
[document.getElementsByName-newelements.html]
type: testharness
[getElementsByName and newly introduced HTML elements]
expected: FAIL
[getElementsByName("keygen")]
expected: FAIL

View file

@ -0,0 +1,20 @@
[nameditem-02.html]
type: testharness
[If the only named item is an iframe, the contentWindow should be returned.]
expected: FAIL
[If there are two iframes, a collection should be returned.]
expected: FAIL
[If there are an iframe and another element (iframe first), a collection should be returned.]
expected: FAIL
[If there are an iframe and another element (iframe last), a collection should be returned.]
expected: FAIL
[If an iframe has a name and a different id, it should be returned by its name.]
expected: FAIL
[An iframe whose name looks like an array index should work.]
expected: FAIL

View file

@ -0,0 +1,14 @@
[nameditem-03.html]
type: testharness
[If there are two applets, a collection should be returned. (name)]
expected: FAIL
[If there are two applets, a collection should be returned. (id)]
expected: FAIL
[If there are two applets, a collection should be returned. (name and id)]
expected: FAIL
[If there are two applets, a collection should be returned. (id and name)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[nameditem-04.html]
type: testharness
[If there are two forms, a collection should be returned. (name)]
expected: FAIL

View file

@ -0,0 +1,14 @@
[nameditem-05.html]
type: testharness
[If there are two embeds, a collection should be returned. (name)]
expected: FAIL
[If there is one embed, it should not be returned (id)]
expected: FAIL
[If there are two embeds, nothing should be returned. (id)]
expected: FAIL
[A name shouldn't affect getting an embed by id]
expected: FAIL

View file

@ -0,0 +1,5 @@
[nameditem-06.html]
type: testharness
[If there are two imgs, a collection should be returned. (name)]
expected: FAIL

View file

@ -0,0 +1,11 @@
[009.html]
type: testharness
[document.open replacing singleton navigator]
expected: FAIL
[document.open replacing singleton sessionStorage]
expected: FAIL
[document.open replacing singleton localStorage]
expected: FAIL

View file

@ -0,0 +1,5 @@
[010.html]
type: testharness
[Salvagability of document.opened document]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1139795

View file

@ -0,0 +1,4 @@
[unknown-element.html]
type: testharness
expected:
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): TIMEOUT

View file

@ -0,0 +1,3 @@
[dir_auto-N-EN.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-007.html]
type: testharness
[In the default case, ie. with no translate attribute in the page, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-008.html]
type: testharness
[If the translate attribute is set to yes, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-009.html]
type: testharness
[If the translate attribute is set to no, javascript will detect the translation mode of text as no-translate.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-010.html]
type: testharness
[If the translate attribute is set to no, javascript will detect the translation mode of elements inside that element with no translate flag as no-translate.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-011.html]
type: testharness
[If the translate attribute is set to yes on an element inside an element with the translate attribute set to no, javascript will detect the translation mode of text in the inner element as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-012.html]
type: testharness
[If the translate attribute is set to a null string, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,7 @@
[dir-isolation-002a.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-002b.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-002c.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,7 @@
[dir-isolation-006a.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-006b.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-006c.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-009a.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,8 @@
[dir-isolation-009b.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

View file

@ -0,0 +1,7 @@
[dir-isolation-009c.html]
type: reftest
disabled:
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225
if debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,698 @@
[reflection-embedded.html]
type: testharness
[img.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[img.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[iframe.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[iframe.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[iframe.seamless: typeof IDL attribute]
expected: FAIL
[iframe.seamless: IDL get with DOM attribute unset]
expected: FAIL
[iframe.seamless: setAttribute() to "" followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to " foo " followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to undefined followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to null followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to 7 followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to true followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to false followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to NaN followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[iframe.seamless: setAttribute() to "seamless" followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to "" followed by hasAttribute()]
expected: FAIL
[iframe.seamless: IDL set to "" followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to " foo " followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to undefined followed by hasAttribute()]
expected: FAIL
[iframe.seamless: IDL set to undefined followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to null followed by hasAttribute()]
expected: FAIL
[iframe.seamless: IDL set to null followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to 7 followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to 1.5 followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to false followed by hasAttribute()]
expected: FAIL
[iframe.seamless: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to NaN followed by hasAttribute()]
expected: FAIL
[iframe.seamless: IDL set to NaN followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to Infinity followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to -Infinity followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to "\\0" followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[iframe.seamless: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[embed.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[embed.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[object.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[object.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[param.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[param.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[video.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[video.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[video.mediaGroup: typeof IDL attribute]
expected: FAIL
[video.mediaGroup: IDL get with DOM attribute unset]
expected: FAIL
[video.mediaGroup: setAttribute() to "" followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to undefined followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to 7 followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to true followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to false followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to NaN followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to null followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[video.mediaGroup: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to "" followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to undefined followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to undefined followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to 7 followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to 7 followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to 1.5 followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to true followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to true followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to false followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to false followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to NaN followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to NaN followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to Infinity followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to -Infinity followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to null followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to null followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[video.mediaGroup: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[video.mediaGroup: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[audio.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[audio.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[audio.mediaGroup: typeof IDL attribute]
expected: FAIL
[audio.mediaGroup: IDL get with DOM attribute unset]
expected: FAIL
[audio.mediaGroup: setAttribute() to "" followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to undefined followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to 7 followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to true followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to false followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to NaN followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to null followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[audio.mediaGroup: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to "" followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to undefined followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to undefined followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to 7 followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to 7 followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to 1.5 followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to true followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to true followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to false followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to false followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to NaN followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to NaN followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to Infinity followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to -Infinity followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to null followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to null followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[audio.mediaGroup: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[audio.mediaGroup: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[source.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[source.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[track.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[track.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[canvas.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[canvas.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[map.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[map.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[area.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[area.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[area.hreflang: typeof IDL attribute]
expected: FAIL
[area.hreflang: IDL get with DOM attribute unset]
expected: FAIL
[area.hreflang: setAttribute() to "" followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to undefined followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to 7 followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to true followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to false followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to NaN followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to null followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[area.hreflang: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to "" followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to undefined followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to undefined followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to 7 followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to 7 followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to 1.5 followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to true followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to true followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to false followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to false followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to NaN followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to NaN followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to Infinity followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to -Infinity followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to null followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to null followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[area.hreflang: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[area.hreflang: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[area.type: typeof IDL attribute]
expected: FAIL
[area.type: IDL get with DOM attribute unset]
expected: FAIL
[area.type: setAttribute() to "" followed by IDL get]
expected: FAIL
[area.type: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[area.type: setAttribute() to undefined followed by IDL get]
expected: FAIL
[area.type: setAttribute() to 7 followed by IDL get]
expected: FAIL
[area.type: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[area.type: setAttribute() to true followed by IDL get]
expected: FAIL
[area.type: setAttribute() to false followed by IDL get]
expected: FAIL
[area.type: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[area.type: setAttribute() to NaN followed by IDL get]
expected: FAIL
[area.type: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[area.type: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[area.type: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[area.type: setAttribute() to null followed by IDL get]
expected: FAIL
[area.type: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[area.type: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[area.type: IDL set to "" followed by getAttribute()]
expected: FAIL
[area.type: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
expected: FAIL
[area.type: IDL set to undefined followed by getAttribute()]
expected: FAIL
[area.type: IDL set to undefined followed by IDL get]
expected: FAIL
[area.type: IDL set to 7 followed by getAttribute()]
expected: FAIL
[area.type: IDL set to 7 followed by IDL get]
expected: FAIL
[area.type: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[area.type: IDL set to 1.5 followed by IDL get]
expected: FAIL
[area.type: IDL set to true followed by getAttribute()]
expected: FAIL
[area.type: IDL set to true followed by IDL get]
expected: FAIL
[area.type: IDL set to false followed by getAttribute()]
expected: FAIL
[area.type: IDL set to false followed by IDL get]
expected: FAIL
[area.type: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[area.type: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[area.type: IDL set to NaN followed by getAttribute()]
expected: FAIL
[area.type: IDL set to NaN followed by IDL get]
expected: FAIL
[area.type: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[area.type: IDL set to Infinity followed by IDL get]
expected: FAIL
[area.type: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[area.type: IDL set to -Infinity followed by IDL get]
expected: FAIL
[area.type: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[area.type: IDL set to null followed by getAttribute()]
expected: FAIL
[area.type: IDL set to null followed by IDL get]
expected: FAIL
[area.type: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[area.type: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[area.type: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,86 @@
[reflection-grouping.html]
type: testharness
[p.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[p.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[hr.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[hr.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[pre.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[pre.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[blockquote.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[blockquote.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[ol.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[ol.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[ul.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[ul.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[li.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[li.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[dl.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[dl.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[dt.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[dt.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[dd.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[dd.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[figure.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[figure.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[figcaption.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[figcaption.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[main.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[main.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[div.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[div.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL

View file

@ -0,0 +1,38 @@
[reflection-metadata.html]
type: testharness
[head.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[head.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[title.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[title.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[base.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[base.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[link.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[link.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[meta.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[meta.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[style.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[style.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL

View file

@ -0,0 +1,594 @@
[reflection-misc.html]
type: testharness
prefs: [dom.details_element.enabled:true]
[html.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[html.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[script.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[script.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[noscript.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[noscript.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[ins.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[ins.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[del.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[del.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[details.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[details.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[summary.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[summary.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[menu.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[menu.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[menu.type: IDL get with DOM attribute unset]
expected: FAIL
[menu.type: setAttribute() to "" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to undefined followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to 7 followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to true followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to false followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to NaN followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to null followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "popup" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "xpopup" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "popup\\0" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "opup" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "POPUP" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "xtoolbar" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "toolbar\\0" followed by IDL get]
expected: FAIL
[menu.type: setAttribute() to "oolbar" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "" followed by IDL get]
expected: FAIL
[menu.type: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[menu.type: IDL set to undefined followed by IDL get]
expected: FAIL
[menu.type: IDL set to 7 followed by IDL get]
expected: FAIL
[menu.type: IDL set to 1.5 followed by IDL get]
expected: FAIL
[menu.type: IDL set to true followed by IDL get]
expected: FAIL
[menu.type: IDL set to false followed by IDL get]
expected: FAIL
[menu.type: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[menu.type: IDL set to NaN followed by IDL get]
expected: FAIL
[menu.type: IDL set to Infinity followed by IDL get]
expected: FAIL
[menu.type: IDL set to -Infinity followed by IDL get]
expected: FAIL
[menu.type: IDL set to "\\0" followed by IDL get]
expected: FAIL
[menu.type: IDL set to null followed by IDL get]
expected: FAIL
[menu.type: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[menu.type: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "popup" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "xpopup" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "popup\\0" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "opup" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "POPUP" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "xtoolbar" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "toolbar\\0" followed by IDL get]
expected: FAIL
[menu.type: IDL set to "oolbar" followed by IDL get]
expected: FAIL
[menuitem.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[menuitem.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[menuitem.type: IDL get with DOM attribute unset]
expected: FAIL
[menuitem.type: setAttribute() to "" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to undefined followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to 7 followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to true followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to false followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to NaN followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to null followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "command" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "xcommand" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "command\\0" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "ommand" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "COMMAND" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "xcheckbox" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "checkbox\\0" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "heckbox" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "xradio" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "radio\\0" followed by IDL get]
expected: FAIL
[menuitem.type: setAttribute() to "adio" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to undefined followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to 7 followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to 1.5 followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to true followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to false followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to NaN followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to Infinity followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to -Infinity followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "\\0" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to null followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "command" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "xcommand" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "command\\0" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "ommand" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "COMMAND" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "xcheckbox" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "checkbox\\0" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "heckbox" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "xradio" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "radio\\0" followed by IDL get]
expected: FAIL
[menuitem.type: IDL set to "adio" followed by IDL get]
expected: FAIL
[menuitem.checked: IDL set to "" followed by hasAttribute()]
expected: FAIL
[menuitem.checked: IDL set to undefined followed by hasAttribute()]
expected: FAIL
[menuitem.checked: IDL set to null followed by hasAttribute()]
expected: FAIL
[menuitem.checked: IDL set to false followed by hasAttribute()]
expected: FAIL
[menuitem.checked: IDL set to NaN followed by hasAttribute()]
expected: FAIL
[menuitem.default: typeof IDL attribute]
expected: FAIL
[menuitem.default: IDL get with DOM attribute unset]
expected: FAIL
[menuitem.default: setAttribute() to "" followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to " foo " followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to undefined followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to null followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to 7 followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to true followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to false followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to NaN followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[menuitem.default: setAttribute() to "default" followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to "" followed by hasAttribute()]
expected: FAIL
[menuitem.default: IDL set to "" followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to " foo " followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to undefined followed by hasAttribute()]
expected: FAIL
[menuitem.default: IDL set to undefined followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to null followed by hasAttribute()]
expected: FAIL
[menuitem.default: IDL set to null followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to 7 followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to 1.5 followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to false followed by hasAttribute()]
expected: FAIL
[menuitem.default: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to NaN followed by hasAttribute()]
expected: FAIL
[menuitem.default: IDL set to NaN followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to Infinity followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to -Infinity followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to "\\0" followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[menuitem.default: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[undefinedelement.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[undefinedelement.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[dialog.open: typeof IDL attribute]
expected: FAIL
[dialog.open: IDL get with DOM attribute unset]
expected: FAIL
[dialog.open: setAttribute() to "" followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to " foo " followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to undefined followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to null followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to 7 followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to true followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to false followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to NaN followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[dialog.open: setAttribute() to "open" followed by IDL get]
expected: FAIL
[dialog.open: IDL set to "" followed by hasAttribute()]
expected: FAIL
[dialog.open: IDL set to "" followed by IDL get]
expected: FAIL
[dialog.open: IDL set to " foo " followed by IDL get]
expected: FAIL
[dialog.open: IDL set to undefined followed by hasAttribute()]
expected: FAIL
[dialog.open: IDL set to undefined followed by IDL get]
expected: FAIL
[dialog.open: IDL set to null followed by hasAttribute()]
expected: FAIL
[dialog.open: IDL set to null followed by IDL get]
expected: FAIL
[dialog.open: IDL set to 7 followed by IDL get]
expected: FAIL
[dialog.open: IDL set to 1.5 followed by IDL get]
expected: FAIL
[dialog.open: IDL set to false followed by hasAttribute()]
expected: FAIL
[dialog.open: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[dialog.open: IDL set to NaN followed by hasAttribute()]
expected: FAIL
[dialog.open: IDL set to NaN followed by IDL get]
expected: FAIL
[dialog.open: IDL set to Infinity followed by IDL get]
expected: FAIL
[dialog.open: IDL set to -Infinity followed by IDL get]
expected: FAIL
[dialog.open: IDL set to "\\0" followed by IDL get]
expected: FAIL
[dialog.open: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[dialog.open: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,92 @@
[reflection-sections.html]
type: testharness
[body.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[body.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[article.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[article.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[section.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[section.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[nav.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[nav.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[aside.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[aside.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h1.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h1.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h2.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h2.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h3.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h3.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h4.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h4.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h5.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h5.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[h6.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[h6.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[hgroup.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[hgroup.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[header.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[header.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[footer.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[footer.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[address.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[address.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL

View file

@ -0,0 +1,395 @@
[reflection-tabular.html]
type: testharness
[table.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[table.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[table.sortable: typeof IDL attribute]
expected: FAIL
[table.sortable: IDL get with DOM attribute unset]
expected: FAIL
[table.sortable: setAttribute() to "" followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to " foo " followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to undefined followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to null followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to 7 followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to true followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to false followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to NaN followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[table.sortable: setAttribute() to "sortable" followed by IDL get]
expected: FAIL
[table.sortable: IDL set to "" followed by hasAttribute()]
expected: FAIL
[table.sortable: IDL set to "" followed by IDL get]
expected: FAIL
[table.sortable: IDL set to " foo " followed by IDL get]
expected: FAIL
[table.sortable: IDL set to undefined followed by hasAttribute()]
expected: FAIL
[table.sortable: IDL set to undefined followed by IDL get]
expected: FAIL
[table.sortable: IDL set to null followed by hasAttribute()]
expected: FAIL
[table.sortable: IDL set to null followed by IDL get]
expected: FAIL
[table.sortable: IDL set to 7 followed by IDL get]
expected: FAIL
[table.sortable: IDL set to 1.5 followed by IDL get]
expected: FAIL
[table.sortable: IDL set to false followed by hasAttribute()]
expected: FAIL
[table.sortable: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[table.sortable: IDL set to NaN followed by hasAttribute()]
expected: FAIL
[table.sortable: IDL set to NaN followed by IDL get]
expected: FAIL
[table.sortable: IDL set to Infinity followed by IDL get]
expected: FAIL
[table.sortable: IDL set to -Infinity followed by IDL get]
expected: FAIL
[table.sortable: IDL set to "\\0" followed by IDL get]
expected: FAIL
[table.sortable: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[table.sortable: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[caption.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[caption.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[colgroup.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[colgroup.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[colgroup.span: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[colgroup.span: IDL set to 0 must throw INDEX_SIZE_ERR]
expected: FAIL
[colgroup.span: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[col.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[col.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[col.span: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[col.span: IDL set to 0 must throw INDEX_SIZE_ERR]
expected: FAIL
[col.span: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[tbody.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[tbody.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[thead.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[thead.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[tfoot.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[tfoot.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[tr.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[tr.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[td.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[td.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[td.colSpan: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[td.rowSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[td.rowSpan: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[th.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[th.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[th.colSpan: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[th.rowSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[th.rowSpan: IDL set to 2147483647 followed by IDL get]
expected: FAIL
[th.sorted: typeof IDL attribute]
expected: FAIL
[th.sorted: IDL get with DOM attribute unset]
expected: FAIL
[th.sorted: setAttribute() to "" followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to undefined followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to 7 followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to true followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to false followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to NaN followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to null followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[th.sorted: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[th.sorted: IDL set to "" followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to undefined followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to undefined followed by IDL get]
expected: FAIL
[th.sorted: IDL set to 7 followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to 7 followed by IDL get]
expected: FAIL
[th.sorted: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to 1.5 followed by IDL get]
expected: FAIL
[th.sorted: IDL set to true followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to true followed by IDL get]
expected: FAIL
[th.sorted: IDL set to false followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to false followed by IDL get]
expected: FAIL
[th.sorted: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[th.sorted: IDL set to NaN followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to NaN followed by IDL get]
expected: FAIL
[th.sorted: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to Infinity followed by IDL get]
expected: FAIL
[th.sorted: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to -Infinity followed by IDL get]
expected: FAIL
[th.sorted: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to null followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to null followed by IDL get]
expected: FAIL
[th.sorted: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[th.sorted: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[th.sorted: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[td.colSpan: IDL set to 2147483648 followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to 4294967295 followed by getAttribute()]
expected: FAIL
[td.rowSpan: IDL set to 2147483648 followed by getAttribute()]
expected: FAIL
[td.rowSpan: IDL set to 4294967295 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to 2147483648 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to 4294967295 followed by getAttribute()]
expected: FAIL
[th.rowSpan: IDL set to 2147483648 followed by getAttribute()]
expected: FAIL
[th.rowSpan: IDL set to 4294967295 followed by getAttribute()]
expected: FAIL
[td.colSpan: setAttribute() to 0 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "0" followed by IDL get]
expected: FAIL
[td.colSpan: IDL set to 0 followed by IDL get]
expected: FAIL
[td.colSpan: IDL set to "-0" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 0 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "0" followed by IDL get]
expected: FAIL
[th.colSpan: IDL set to 0 followed by IDL get]
expected: FAIL
[th.colSpan: IDL set to "-0" followed by IDL get]
expected: FAIL

View file

@ -0,0 +1,176 @@
[reflection-text.html]
type: testharness
[a.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[a.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[em.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[em.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[strong.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[strong.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[small.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[small.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[s.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[s.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[cite.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[cite.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[q.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[q.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[dfn.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[dfn.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[abbr.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[abbr.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[data.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[data.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[time.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[time.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[code.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[code.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[var.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[var.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[samp.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[samp.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[kbd.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[kbd.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[sub.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[sub.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[sup.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[sup.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[i.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[i.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[b.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[b.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[u.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[u.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[mark.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[mark.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[ruby.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[ruby.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[rt.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[rt.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[rp.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[rp.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[bdi.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[bdi.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[bdo.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[bdo.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[span.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[span.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[br.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[br.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[wbr.tabIndex: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[wbr.tabIndex: setAttribute() to object "3" followed by IDL get]
expected: FAIL

View file

@ -0,0 +1,8 @@
[001.html]
type: testharness
[createEvent should not be able to create a DragEvent]
expected: FAIL
[DragEvent should have all of the inherited init*Event methods]
expected: FAIL

View file

@ -0,0 +1,5 @@
[202.html]
type: testharness
[allowTargetOrigin with fake dataTransfer should block events]
expected: FAIL

View file

@ -0,0 +1,8 @@
[dropzone_attribute.html]
type: testharness
[div.dropzone should not be null]
expected: FAIL
[div dropzone idl attribute must reflect the content attribute of the same name]
expected: FAIL

View file

@ -0,0 +1,22 @@
[focus-event-targets-simple.html]
type: testharness
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1252056
[Focus events fire at correct targets in correct order in simple case]
expected:
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL

View file

@ -0,0 +1,18 @@
[focus-events.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1090628
if e10s and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1203917
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
[focusing on a focusable element fires a focus event at the element]
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
[focusing on a focusable element fires a blur event at the previous focussed element]
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN

Some files were not shown because too many files have changed in this diff Show more