From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: Issue #439 - Remove web-platform tests from the tree. This removes a total of 23,936 files we would never use nor have the capacity to properly maintain or keep up-to-date. --- .../tests/html/browsers/the-window-object/.gitkeep | 0 .../the-window-object/Document-defaultView.html | 38 --- .../the-window-object/Window-document.html | 25 -- .../accessing-other-browsing-contexts/.gitkeep | 0 .../indexed-browsing-contexts-01.html | 47 --- .../indexed-browsing-contexts-02.html | 62 ---- .../indexed-browsing-contexts-03.html | 30 -- .../iterator.html | 11 - .../accessing-other-browsing-contexts/test1.html | 12 - .../accessing-other-browsing-contexts/test2.html | 6 - .../accessing-other-browsing-contexts/test3.html | 8 - .../window_length.html | 51 ---- .../.gitkeep | 0 .../callback.js | 1 - .../close_beforeunload-1.html | 7 - .../close_beforeunload.html | 16 - .../close_script_defer-1.html | 1 - .../close_script_defer.html | 18 -- .../close_unload-1.html | 7 - .../close_unload.html | 16 - .../creating_browsing_context_test_01.html | 38 --- .../non_automated/001-1.html | 2 - .../non_automated/001-2.html | 16 - .../non_automated/001.html | 3 - .../non_automated/002-1.html | 8 - .../non_automated/002-2.html | 16 - .../non_automated/002.html | 3 - .../browser-interface-elements/.gitkeep | 0 .../closing-browsing-contexts/.gitkeep | 0 .../.gitkeep | 0 .../discard_iframe_history_1-1.html | 20 -- .../discard_iframe_history_1-2.html | 2 - .../discard_iframe_history_1.html | 10 - .../discard_iframe_history_2-1.html | 22 -- .../discard_iframe_history_2.html | 10 - .../discard_iframe_history_3-1.html | 21 -- .../discard_iframe_history_3-2.html | 4 - .../discard_iframe_history_3-3.html | 4 - .../discard_iframe_history_3.html | 9 - .../discard_iframe_history_4-1.html | 21 -- .../discard_iframe_history_4-2.html | 4 - .../discard_iframe_history_4-3.html | 4 - .../discard_iframe_history_4.html | 9 - .../non-automated/discard_iframe_history_1-1.html | 27 -- .../non-automated/discard_iframe_history_1-2.html | 2 - .../discard_iframe_history_1-manual.html | 10 - .../non-automated/discard_iframe_history_2-1.html | 19 -- .../non-automated/discard_iframe_history_2-2.html | 1 - .../non-automated/discard_iframe_history_2-3.html | 1 - .../discard_iframe_history_2-manual.html | 10 - .../named-access-on-the-window-object/.gitkeep | 0 .../named-objects.html | 78 ----- .../named-access-on-the-window-object/test.html | 7 - .../window-null-names.html | 20 -- .../the-window-object/security-window/.gitkeep | 0 .../security-window/window-security.sub.html | 203 ------------- .../the-window-object/support/noopener-target.html | 8 - .../the-windowproxy-object/.gitkeep | 0 .../test-window-proxy-locationbar-manual.html | 29 -- .../test-window-proxy-menubar-manual.html | 29 -- .../test-window-proxy-personalbar-manual.html | 29 -- .../test-window-proxy-scrollbars-manual.html | 29 -- .../test-window-proxy-statusbar-manual.html | 29 -- .../test-window-proxy-toolbar-manual.html | 29 -- .../browsers/the-window-object/window-aliases.html | 28 -- .../window-indexed-properties-strict.html | 43 --- .../window-indexed-properties.html | 35 --- .../the-window-object/window-named-properties.html | 77 ----- .../the-window-object/window-open-noopener.html | 105 ------- .../the-window-object/window-properties.html | 322 --------------------- .../the-window-object/window-prototype-chain.html | 35 --- 71 files changed, 1787 deletions(-) delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/Document-defaultView.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/Window-document.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-01.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/window_length.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/callback.js delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/browser-interface-elements/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/closing-browsing-contexts/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/security-window/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.sub.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/support/noopener-target.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-aliases.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties-strict.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-named-properties.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-open-noopener.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-properties.html delete mode 100644 testing/web-platform/tests/html/browsers/the-window-object/window-prototype-chain.html (limited to 'testing/web-platform/tests/html/browsers/the-window-object') diff --git a/testing/web-platform/tests/html/browsers/the-window-object/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/Document-defaultView.html b/testing/web-platform/tests/html/browsers/the-window-object/Document-defaultView.html deleted file mode 100644 index dbc75d30b..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/Document-defaultView.html +++ /dev/null @@ -1,38 +0,0 @@ - - -Document#defaultView - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/Window-document.html b/testing/web-platform/tests/html/browsers/the-window-object/Window-document.html deleted file mode 100644 index 9b27f5f7c..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/Window-document.html +++ /dev/null @@ -1,25 +0,0 @@ - - -Window#document - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-01.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-01.html deleted file mode 100644 index 9710d15fb..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-01.html +++ /dev/null @@ -1,47 +0,0 @@ - - -HTML Test: the browsing contexts must be sorted in the order that their containers were inserted into the Document - - - - -
- - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html deleted file mode 100644 index d09c944fd..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - HTML Test: the browsing contexts created by various container elements - - - - - - -
-
- - - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html deleted file mode 100644 index 154889117..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - HTML Test: indexed property of a Window object - - - - - - -
-
-
- - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html deleted file mode 100644 index 76dc7dbae..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html +++ /dev/null @@ -1,11 +0,0 @@ - - -window[@@iterator] - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html deleted file mode 100644 index f85f90f7c..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html +++ /dev/null @@ -1,12 +0,0 @@ - - -HTML Test: child browsing contexts created by iframe elements - - - - - - -
- -
diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html deleted file mode 100644 index d6a16647f..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html +++ /dev/null @@ -1,6 +0,0 @@ - - -HTML Test: child browsing contexts created by object and embed elements - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html deleted file mode 100644 index a62fdbaae..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html +++ /dev/null @@ -1,8 +0,0 @@ - - -HTML Test: child browsing contexts created by frame elements - - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/window_length.html b/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/window_length.html deleted file mode 100644 index c9559b531..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/window_length.html +++ /dev/null @@ -1,51 +0,0 @@ - -window.length - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/callback.js b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/callback.js deleted file mode 100644 index ae51265a2..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/callback.js +++ /dev/null @@ -1 +0,0 @@ -opener.callback() \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html deleted file mode 100644 index 6f44d8a83..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload.html deleted file mode 100644 index dcb8830ab..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload.html +++ /dev/null @@ -1,16 +0,0 @@ - -Running beforeunload handler in window.close() - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html deleted file mode 100644 index c50eddd41..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html deleted file mode 100644 index 874f5be9d..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer.html +++ /dev/null @@ -1,18 +0,0 @@ - -Running defer script in window.close() - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html deleted file mode 100644 index 9a9e304e8..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload.html deleted file mode 100644 index e4d231b28..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload.html +++ /dev/null @@ -1,16 +0,0 @@ - -Running unload handler in window.close() - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html deleted file mode 100644 index 75c8729cf..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html +++ /dev/null @@ -1,38 +0,0 @@ - - -[Browsing Context] : [APIs for creating browsing_contexts by name] - - - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html deleted file mode 100644 index 7dd48b41c..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html +++ /dev/null @@ -1,2 +0,0 @@ - -

Now open a new tab and navigate to 001-2

diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html deleted file mode 100644 index b1413861a..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html deleted file mode 100644 index 7b0f21ec0..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html +++ /dev/null @@ -1,3 +0,0 @@ - -Accessing named windows from outside the unit of related browsing contexts -Click here diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html deleted file mode 100644 index 0e210f351..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html +++ /dev/null @@ -1,8 +0,0 @@ - -

Now open a new tab and navigate to

- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html deleted file mode 100644 index b1413861a..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html deleted file mode 100644 index b568ae8d4..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html +++ /dev/null @@ -1,3 +0,0 @@ - -Accessing different-origin named windows from outside the unit of related browsing contexts -Click here diff --git a/testing/web-platform/tests/html/browsers/the-window-object/browser-interface-elements/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/browser-interface-elements/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/closing-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/closing-browsing-contexts/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html deleted file mode 100644 index 217608e46..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html deleted file mode 100644 index b43598f2c..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html +++ /dev/null @@ -1,2 +0,0 @@ - -Filler text diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html deleted file mode 100644 index 4d1e473fc..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html +++ /dev/null @@ -1,10 +0,0 @@ - -Removing iframe from document removes it from history - - -
- - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html deleted file mode 100644 index 61e5891eb..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2.html deleted file mode 100644 index 89d0fb4c6..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2.html +++ /dev/null @@ -1,10 +0,0 @@ - -Removing iframe from document via innerHTML removes it from history - - -
- - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html deleted file mode 100644 index de3f075d6..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html +++ /dev/null @@ -1,21 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html deleted file mode 100644 index 95f9fce5d..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html +++ /dev/null @@ -1,4 +0,0 @@ -Click me - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html deleted file mode 100644 index 4672b0ec3..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3.html deleted file mode 100644 index 3046f854f..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3.html +++ /dev/null @@ -1,9 +0,0 @@ - -Removing iframe from document removes it from history - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html deleted file mode 100644 index 1b5726cdc..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html +++ /dev/null @@ -1,21 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html deleted file mode 100644 index 979b2b28e..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html +++ /dev/null @@ -1,4 +0,0 @@ -Click me - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html deleted file mode 100644 index b4308f439..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4.html deleted file mode 100644 index ffd444e3b..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4.html +++ /dev/null @@ -1,9 +0,0 @@ - -Removing iframe from document removes it from history - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html deleted file mode 100644 index 996942798..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html deleted file mode 100644 index 8c3d1a9da..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html deleted file mode 100644 index d69d7d7a8..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html +++ /dev/null @@ -1,10 +0,0 @@ - -Removing iframe from document removes it from history - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html deleted file mode 100644 index bc01cae88..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html +++ /dev/null @@ -1,19 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html deleted file mode 100644 index b25bf5f00..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html +++ /dev/null @@ -1 +0,0 @@ -Click me diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html deleted file mode 100644 index 68847e9a7..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html deleted file mode 100644 index 27d395d22..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html +++ /dev/null @@ -1,10 +0,0 @@ - -Removing iframe from document removes it from history - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html b/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html deleted file mode 100644 index f020e0ecb..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html +++ /dev/null @@ -1,78 +0,0 @@ - - -HTML Test: Named access on the Window object - - - - -
-
-

- - - - -
- - - - - - - - - - - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html b/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html deleted file mode 100644 index c3b3cc185..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html +++ /dev/null @@ -1,7 +0,0 @@ - - -HTML Test: Named Object - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html b/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html deleted file mode 100644 index 760bd418d..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html +++ /dev/null @@ -1,20 +0,0 @@ - - -Named access with null characters - - - - - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/security-window/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/security-window/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.sub.html b/testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.sub.html deleted file mode 100644 index 9a9ef358e..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.sub.html +++ /dev/null @@ -1,203 +0,0 @@ - - -HTML Test: Window Security - - - - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/support/noopener-target.html b/testing/web-platform/tests/html/browsers/the-window-object/support/noopener-target.html deleted file mode 100644 index d0d036026..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/support/noopener-target.html +++ /dev/null @@ -1,8 +0,0 @@ - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html deleted file mode 100644 index 4331b3b66..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Window Proxy locationbar visible flag Test - - - - - -

Description

-

WindowProxy.locationbar Test

- -

Manual Test Steps:

-
    -
  1. Make the locationbar visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html deleted file mode 100644 index 43345934a..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Window Proxy menubar visible flag Test - - - - - -

Description

-

WindowProxy.menubar Test

- -

Manual Test Steps:

-
    -
  1. Make the menubar visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html deleted file mode 100644 index d7f109840..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Window Proxy personalbar visible flag Test - - - - - -

Description

-

WindowProxy.personalbar Test

- -

Manual Test Steps:

-
    -
  1. Make the personalbar visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html deleted file mode 100644 index c412bdbe5..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Window Proxy scrollbars visible flag Test - - - - - -

Description

-

WindowProxy.scrollbars Test

- -

Manual Test Steps:

-
    -
  1. Make the scrollbars visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html deleted file mode 100644 index b09fcc017..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - WindowProxy statusbar visible flag Test - - - - - -

Description

-

WindowProxy.statusbar Test

- -

Manual Test Steps:

-
    -
  1. Make the statusbar visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html deleted file mode 100644 index ba4654431..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - WindowProxy toolbar visible flag Test - - - - - -

Description

-

WindowProxy.toolbar Test

- -

Manual Test Steps:

-
    -
  1. Make the toolbar visible in the user agent before executing this test.
  2. -
  3. You may need to manually reload afterwards.
  4. -
- -
- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-aliases.html b/testing/web-platform/tests/html/browsers/the-window-object/window-aliases.html deleted file mode 100644 index 135be02a3..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-aliases.html +++ /dev/null @@ -1,28 +0,0 @@ - - -Aliases of the window object - - - - - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties-strict.html b/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties-strict.html deleted file mode 100644 index 610941fc8..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties-strict.html +++ /dev/null @@ -1,43 +0,0 @@ - - -Indexed properties of the window object (strict mode) - - - - - - - -
- - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties.html b/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties.html deleted file mode 100644 index 9577ab8fb..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-indexed-properties.html +++ /dev/null @@ -1,35 +0,0 @@ - - -Indexed properties of the window object (non-strict mode) - - - - - - - -
- - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-named-properties.html b/testing/web-platform/tests/html/browsers/the-window-object/window-named-properties.html deleted file mode 100644 index 54f37bbdc..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-named-properties.html +++ /dev/null @@ -1,77 +0,0 @@ - - -Changes to named properties of the window object - - - - - - - -
- - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-open-noopener.html b/testing/web-platform/tests/html/browsers/the-window-object/window-open-noopener.html deleted file mode 100644 index 808f55e23..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-open-noopener.html +++ /dev/null @@ -1,105 +0,0 @@ - - -window.open() with "noopener" tests - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-properties.html b/testing/web-platform/tests/html/browsers/the-window-object/window-properties.html deleted file mode 100644 index 3316bf531..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-properties.html +++ /dev/null @@ -1,322 +0,0 @@ - - -Properties of the window object - - - - - - - - - - - - - - - - -
- diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-prototype-chain.html b/testing/web-platform/tests/html/browsers/the-window-object/window-prototype-chain.html deleted file mode 100644 index d29a8e11f..000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-prototype-chain.html +++ /dev/null @@ -1,35 +0,0 @@ - - -Prototype chain of the window object - - - - - - - -
- -- cgit v1.2.3