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 --- .../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 +++++++++ 17 files changed, 234 insertions(+) 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 (limited to 'testing/web-platform/tests/html/browsers/windows/browsing-context-names') 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 + + -- cgit v1.2.3