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 --- .../opening-the-input-stream/.gitkeep | 0 .../opening-the-input-stream/001.html | 20 +++++++++++ .../opening-the-input-stream/002.html | 12 +++++++ .../opening-the-input-stream/004-1.html | 1 + .../opening-the-input-stream/004.html | 19 +++++++++++ .../opening-the-input-stream/005.html | 16 +++++++++ .../opening-the-input-stream/006.html | 19 +++++++++++ .../opening-the-input-stream/007.html | 19 +++++++++++ .../opening-the-input-stream/008.html | 20 +++++++++++ .../opening-the-input-stream/009.html | 34 +++++++++++++++++++ .../opening-the-input-stream/010-1.html | 2 ++ .../opening-the-input-stream/010-2.html | 5 +++ .../opening-the-input-stream/010.html | 22 ++++++++++++ .../opening-the-input-stream/011-1.html | 5 +++ .../opening-the-input-stream/011.html | 9 +++++ .../opening-the-input-stream/012-1.html | 7 ++++ .../opening-the-input-stream/012.html | 9 +++++ .../opening-the-input-stream/013-1.html | 7 ++++ .../opening-the-input-stream/013.html | 9 +++++ .../opening-the-input-stream/014-1.html | 9 +++++ .../opening-the-input-stream/014.html | 9 +++++ .../opening-the-input-stream/015-1.html | 17 ++++++++++ .../opening-the-input-stream/015.html | 14 ++++++++ .../opening-the-input-stream/016-1.html | 39 ++++++++++++++++++++++ .../opening-the-input-stream/016.html | 15 +++++++++ .../document.open-01.xhtml | 19 +++++++++++ .../opening-the-input-stream/document.open-02.html | 27 +++++++++++++++ .../document.open-03-frame.html | 10 ++++++ .../opening-the-input-stream/document.open-03.html | 19 +++++++++++ 29 files changed, 413 insertions(+) create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/.gitkeep create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html create mode 100644 testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html (limited to 'testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream') diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/.gitkeep b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html new file mode 100644 index 000000000..f82d80be7 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html @@ -0,0 +1,20 @@ + +Replacement of window object after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html new file mode 100644 index 000000000..42f6c580c --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html @@ -0,0 +1,12 @@ + +document.open during parsing + + +
+ diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html new file mode 100644 index 000000000..c50eddd41 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html @@ -0,0 +1 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html new file mode 100644 index 000000000..f489caa72 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html @@ -0,0 +1,19 @@ + +Reuse of document object after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html new file mode 100644 index 000000000..6bd850520 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html @@ -0,0 +1,16 @@ + +Cancelling timeout after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html new file mode 100644 index 000000000..692d06d98 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html @@ -0,0 +1,19 @@ + +Cancelling error after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html new file mode 100644 index 000000000..e5f0d1561 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html @@ -0,0 +1,19 @@ + +Unregistering event handlers after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html new file mode 100644 index 000000000..08fd4aa43 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html @@ -0,0 +1,20 @@ + +Replacement of document prototype object after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html new file mode 100644 index 000000000..4fc5163ea --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html @@ -0,0 +1,34 @@ + +document.open replacing singleton + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html new file mode 100644 index 000000000..317e13691 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html @@ -0,0 +1,2 @@ + +010-1 diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html new file mode 100644 index 000000000..ea537fcd6 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html @@ -0,0 +1,5 @@ + +010-2 + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html new file mode 100644 index 000000000..f37e8855d --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html @@ -0,0 +1,22 @@ + +Salvagability of document.opened document + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html new file mode 100644 index 000000000..e12d78f4a --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html @@ -0,0 +1,5 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html new file mode 100644 index 000000000..2acc884c5 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html @@ -0,0 +1,9 @@ + +Timeout after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html new file mode 100644 index 000000000..b1937b2f8 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html @@ -0,0 +1,7 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html new file mode 100644 index 000000000..518454858 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html @@ -0,0 +1,9 @@ + +Timeout after document.open in load event + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html new file mode 100644 index 000000000..ed8843bbd --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html @@ -0,0 +1,7 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html new file mode 100644 index 000000000..5749361aa --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html @@ -0,0 +1,9 @@ + +Timeout after document.open in DOMContentLoaded event + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html new file mode 100644 index 000000000..6d04da565 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html @@ -0,0 +1,9 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html new file mode 100644 index 000000000..b4e4b17cf --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html @@ -0,0 +1,9 @@ + +Timeout after document.open after document is completely loaded + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html new file mode 100644 index 000000000..670710090 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html @@ -0,0 +1,17 @@ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html new file mode 100644 index 000000000..5ef06176b --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html @@ -0,0 +1,14 @@ + +Window vs global scope after document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html new file mode 100644 index 000000000..17f5140ec --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html @@ -0,0 +1,39 @@ + + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html new file mode 100644 index 000000000..1c70fce59 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html @@ -0,0 +1,15 @@ + +setTimeout document.open + + +
+ + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml new file mode 100644 index 000000000..974702ae8 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml @@ -0,0 +1,19 @@ + + +document.open in XHTML + + + + + + +
+ + + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html new file mode 100644 index 000000000..b56e3a836 --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html @@ -0,0 +1,27 @@ + +document.open with three arguments + + + + +
+ diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html new file mode 100644 index 000000000..b5252dcea --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html @@ -0,0 +1,10 @@ + + diff --git a/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html new file mode 100644 index 000000000..fc325d54d --- /dev/null +++ b/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html @@ -0,0 +1,19 @@ + +document.open and singleton replacement + + + + +
+ + -- cgit v1.2.3