diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/html/browsers/the-window-object | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/html/browsers/the-window-object')
7 files changed, 389 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html.ini new file mode 100644 index 000000000..92545ce42 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html.ini @@ -0,0 +1,5 @@ +[indexed-browsing-contexts-02.html] + type: testharness + [Accessing child browsing contexts 3] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html.ini new file mode 100644 index 000000000..d8d519dce --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html.ini @@ -0,0 +1,5 @@ +[indexed-browsing-contexts-03.html] + type: testharness + [Indexed child browsing contexts] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html.ini new file mode 100644 index 000000000..5bcf83cd9 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html.ini @@ -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 + diff --git a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini new file mode 100644 index 000000000..f2ff2e981 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini @@ -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 diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini new file mode 100644 index 000000000..c1ab7e71c --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini @@ -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 + diff --git a/testing/web-platform/meta/html/browsers/the-window-object/security-window/window-security.sub.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/security-window/window-security.sub.html.ini new file mode 100644 index 000000000..271ccfc47 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/security-window/window-security.sub.html.ini @@ -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 + diff --git a/testing/web-platform/meta/html/browsers/the-window-object/window-properties.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/window-properties.html.ini new file mode 100644 index 000000000..0a2d80718 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/window-properties.html.ini @@ -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 + |