From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../tests/html/browsers/windows/.gitkeep | 0 .../windows/auxiliary-browsing-contexts/.gitkeep | 0 .../auxiliary-browsing-contexts/contains.json | 6 ++ .../windows/browsing-context-first-created.xhtml | 54 ++++++++++++++ .../windows/browsing-context-names/.gitkeep | 0 .../windows/browsing-context-names/001-1.html | 8 ++ .../windows/browsing-context-names/001.html | 22 ++++++ .../windows/browsing-context-names/002-1.html | 8 ++ .../windows/browsing-context-names/002.html | 25 +++++++ .../windows/browsing-context-names/MANIFEST | 4 + .../browsing-context-choose-existing.html | 25 +++++++ .../browsing-context-choose-parent.html | 20 +++++ .../browsing-context-choose-self-1.html | 20 +++++ .../browsing-context-choose-self-2.html | 20 +++++ .../browsing-context-default-name.html | 26 +++++++ .../windows/browsing-context-names/existing.html | 11 +++ .../windows/browsing-context-names/message.html | 9 +++ .../windows/browsing-context-names/parent1.html | 5 ++ .../windows/browsing-context-names/parent2.html | 9 +++ .../windows/browsing-context-names/self1.html | 11 +++ .../windows/browsing-context-names/self2.html | 11 +++ .../groupings-of-browsing-contexts/.gitkeep | 0 .../windows/nested-browsing-contexts/.gitkeep | 0 .../windows/nested-browsing-contexts/MANIFEST | 1 + .../windows/nested-browsing-contexts/contains.json | 6 ++ .../nested-browsing-contexts/frameElement.sub.html | 74 +++++++++++++++++++ .../windows/nested-browsing-contexts/test.html | 7 ++ .../nested-browsing-contexts/testcase3.html | 14 ++++ .../nested-browsing-contexts/window-top-001.html | 63 ++++++++++++++++ .../noreferrer-cross-origin-close-manual.sub.html | 3 + .../windows/noreferrer-cross-origin-manual.html | 10 +++ .../noreferrer-cross-origin-window-name.sub.html | 3 + .../browsers/windows/noreferrer-window-name.html | 85 ++++++++++++++++++++++ .../tests/html/browsers/windows/noreferrer.html | 25 +++++++ .../windows/secondary-browsing-contexts/.gitkeep | 0 .../html/browsers/windows/security-nav/.gitkeep | 0 .../tests/html/browsers/windows/support-close.html | 1 + .../windows/support-named-null-opener.html | 8 ++ .../windows/support-nested-browsing-contexts.html | 12 +++ .../html/browsers/windows/support-opener-null.html | 4 + .../browsers/windows/support-post-to-opener.html | 8 ++ .../browsers/windows/support-window-name-echo.html | 1 + ...-cross-origin-nested-browsing-contexts.sub.html | 39 ++++++++++ 43 files changed, 658 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/windows/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/contains.json create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-first-created.xhtml create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/001-1.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/001.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/002.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/MANIFEST create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-existing.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-parent.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-1.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-default-name.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/existing.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/message.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent1.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html create mode 100644 testing/web-platform/tests/html/browsers/windows/browsing-context-names/self2.html create mode 100644 testing/web-platform/tests/html/browsers/windows/groupings-of-browsing-contexts/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/MANIFEST create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/contains.json create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/test.html create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/testcase3.html create mode 100644 testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html create mode 100644 testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html create mode 100644 testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-manual.html create mode 100644 testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html create mode 100644 testing/web-platform/tests/html/browsers/windows/noreferrer-window-name.html create mode 100644 testing/web-platform/tests/html/browsers/windows/noreferrer.html create mode 100644 testing/web-platform/tests/html/browsers/windows/secondary-browsing-contexts/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/security-nav/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/windows/support-close.html create mode 100644 testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html create mode 100644 testing/web-platform/tests/html/browsers/windows/support-nested-browsing-contexts.html create mode 100644 testing/web-platform/tests/html/browsers/windows/support-opener-null.html create mode 100644 testing/web-platform/tests/html/browsers/windows/support-post-to-opener.html create mode 100644 testing/web-platform/tests/html/browsers/windows/support-window-name-echo.html create mode 100644 testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub.html (limited to 'testing/web-platform/tests/html/browsers/windows') diff --git a/testing/web-platform/tests/html/browsers/windows/.gitkeep b/testing/web-platform/tests/html/browsers/windows/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/contains.json b/testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/contains.json new file mode 100644 index 000000000..9f2ca3b6f --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/auxiliary-browsing-contexts/contains.json @@ -0,0 +1,6 @@ +[ + { + "id": "navigating-auxiliary-browsing-contexts-in-the-dom", + "original_id": "navigating-auxiliary-browsing-contexts-in-the-dom" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-first-created.xhtml b/testing/web-platform/tests/html/browsers/windows/browsing-context-first-created.xhtml new file mode 100644 index 000000000..a059eec4c --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-first-created.xhtml @@ -0,0 +1,54 @@ + + + + HTML Test: Browsing context is first created + + + + + +
+ + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/.gitkeep b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001-1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001-1.html new file mode 100644 index 000000000..d413c3019 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001-1.html @@ -0,0 +1,8 @@ + +001-1 + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001.html new file mode 100644 index 000000000..2478cdc8f --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/001.html @@ -0,0 +1,22 @@ + +Link with target=_blank, rel=noreferrer + + +
+Link + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html new file mode 100644 index 000000000..ca8a485de --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html @@ -0,0 +1,8 @@ + +002-1 + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002.html new file mode 100644 index 000000000..4a1df8e4d --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002.html @@ -0,0 +1,25 @@ + +Link with target=_blank, no rel + + +
+Link + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/MANIFEST b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/MANIFEST new file mode 100644 index 000000000..efecf51e3 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/MANIFEST @@ -0,0 +1,4 @@ +001.html +support 001-1.html +002.html +support 002-1.html diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-existing.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-existing.html new file mode 100644 index 000000000..2eaba22f6 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-existing.html @@ -0,0 +1,25 @@ + + +HTML Test: Choose browsing context - the given name is same as an existing browsing context's name + + + +
+ + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-parent.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-parent.html new file mode 100644 index 000000000..c771a8fd7 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-parent.html @@ -0,0 +1,20 @@ + + +HTML Test: Choose browsing context - the given name is '_parent' + + + +
+ + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-1.html new file mode 100644 index 000000000..99d7fe7d3 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-1.html @@ -0,0 +1,20 @@ + + +HTML Test: Choose browsing context - the given name is '_self' + + + +
+ + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html new file mode 100644 index 000000000..e25a5b442 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html @@ -0,0 +1,20 @@ + + +HTML Test: Choose browsing context - the given name is empty string + + + +
+ + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-default-name.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-default-name.html new file mode 100644 index 000000000..0bad8e606 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/browsing-context-default-name.html @@ -0,0 +1,26 @@ + + +HTML Test: Browsing context - Default name + + + +
+ + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/existing.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/existing.html new file mode 100644 index 000000000..13d2c6ab4 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/existing.html @@ -0,0 +1,11 @@ + + +This is a test page + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/message.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/message.html new file mode 100644 index 000000000..90720d46a --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/message.html @@ -0,0 +1,9 @@ + + +HTML Test: post window's name to top browsing context + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent1.html new file mode 100644 index 000000000..fb34b2fe7 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent1.html @@ -0,0 +1,5 @@ + + +HTML Test: browsing context name - parent + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html new file mode 100644 index 000000000..34eb1c76b --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html @@ -0,0 +1,9 @@ + + +HTML Test: browsing context name - parent + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html new file mode 100644 index 000000000..2c8e3a414 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html @@ -0,0 +1,11 @@ + + +HTML Test: browsing context name - self + + diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self2.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self2.html new file mode 100644 index 000000000..57276fada --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self2.html @@ -0,0 +1,11 @@ + + +HTML Test: browsing context name - self + + diff --git a/testing/web-platform/tests/html/browsers/windows/groupings-of-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/windows/groupings-of-browsing-contexts/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/MANIFEST b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/MANIFEST new file mode 100644 index 000000000..3bc8c0f3f --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/MANIFEST @@ -0,0 +1 @@ +window-top-001.html diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/contains.json b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/contains.json new file mode 100644 index 000000000..121284dca --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/contains.json @@ -0,0 +1,6 @@ +[ + { + "id": "navigating-nested-browsing-contexts-in-the-dom", + "original_id": "navigating-nested-browsing-contexts-in-the-dom" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html new file mode 100644 index 000000000..f1d5581f6 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html @@ -0,0 +1,74 @@ + + +HTML Test: window.frameElement + + + + + + +
+ + + + + + + + + diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/test.html b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/test.html new file mode 100644 index 000000000..d066b8d4c --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/test.html @@ -0,0 +1,7 @@ + + +HTML Test: child browsing context created by the frame element + + + + diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/testcase3.html b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/testcase3.html new file mode 100644 index 000000000..d67bde26f --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/testcase3.html @@ -0,0 +1,14 @@ + + +Testcase 3: frameElement attribute must return null if the container\'s document does not have the same effective script origin + diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html new file mode 100644 index 000000000..9dbccfc7c --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html @@ -0,0 +1,63 @@ + + +window.top + + +
+ diff --git a/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html new file mode 100644 index 000000000..0191fa61e --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html @@ -0,0 +1,3 @@ + +

Follow this link to open a new browsing context and then confirm it can be closed: +link. diff --git a/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-manual.html b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-manual.html new file mode 100644 index 000000000..f5879ee6d --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-manual.html @@ -0,0 +1,10 @@ +

    +
  1. After clicking these two links in order a single browsing context should be open showing + example.org: + one, + two. + +

  2. After clicking these two links two browsing contexts should have been opened: + one, + two. +

diff --git a/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html new file mode 100644 index 000000000..790c22157 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html @@ -0,0 +1,3 @@ + +

Follow this link to open a new browsing context and then confirm it says "idonteven": +link. diff --git a/testing/web-platform/tests/html/browsers/windows/noreferrer-window-name.html b/testing/web-platform/tests/html/browsers/windows/noreferrer-window-name.html new file mode 100644 index 000000000..ecd2e7658 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/noreferrer-window-name.html @@ -0,0 +1,85 @@ + +rel=noreferrer and reuse of names + + +

+ diff --git a/testing/web-platform/tests/html/browsers/windows/noreferrer.html b/testing/web-platform/tests/html/browsers/windows/noreferrer.html new file mode 100644 index 000000000..c072486b0 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/noreferrer.html @@ -0,0 +1,25 @@ + +rel=noreferrer nullifies window.opener + + +
+ diff --git a/testing/web-platform/tests/html/browsers/windows/secondary-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/windows/secondary-browsing-contexts/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/security-nav/.gitkeep b/testing/web-platform/tests/html/browsers/windows/security-nav/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/windows/support-close.html b/testing/web-platform/tests/html/browsers/windows/support-close.html new file mode 100644 index 000000000..38ec2aef5 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-close.html @@ -0,0 +1 @@ +

Clicking this button should close this browsing context: diff --git a/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html b/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html new file mode 100644 index 000000000..8c106ca88 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html @@ -0,0 +1,8 @@ + diff --git a/testing/web-platform/tests/html/browsers/windows/support-nested-browsing-contexts.html b/testing/web-platform/tests/html/browsers/windows/support-nested-browsing-contexts.html new file mode 100644 index 000000000..e92b69d7e --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-nested-browsing-contexts.html @@ -0,0 +1,12 @@ + + + diff --git a/testing/web-platform/tests/html/browsers/windows/support-opener-null.html b/testing/web-platform/tests/html/browsers/windows/support-opener-null.html new file mode 100644 index 000000000..c734eb305 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-opener-null.html @@ -0,0 +1,4 @@ + diff --git a/testing/web-platform/tests/html/browsers/windows/support-post-to-opener.html b/testing/web-platform/tests/html/browsers/windows/support-post-to-opener.html new file mode 100644 index 000000000..453fec97a --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-post-to-opener.html @@ -0,0 +1,8 @@ + diff --git a/testing/web-platform/tests/html/browsers/windows/support-window-name-echo.html b/testing/web-platform/tests/html/browsers/windows/support-window-name-echo.html new file mode 100644 index 000000000..a437fecb2 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/support-window-name-echo.html @@ -0,0 +1 @@ + diff --git a/testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub.html b/testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub.html new file mode 100644 index 000000000..e37a595f7 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub.html @@ -0,0 +1,39 @@ + + + + + Targeting nested browsing contexts + + + + + + + + -- cgit v1.2.3