From 670bf595920b9140ed008cfb1265892e5563c34b Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 11 Jan 2013 14:04:41 +0100 Subject: [PATCH 1/6] Move browsers tests to their new location. --- .../browsers/browsing-the-web/read-text}/MANIFEST | 0 .../browsing-the-web/read-text}/load-text-plain.html | 5 +++-- .../browsers/history}/the-location-interface/MANIFEST | 0 .../the-location-interface/location-stringifier.html | 0 .../browsers}/the-window-object/MANIFEST | 0 .../the-window-object/window-indexed-properties-strict.html | 0 .../the-window-object/window-indexed-properties.html | 0 .../browsers}/the-window-object/window-named-properties.html | 0 .../browsers}/the-window-object/window-properties.html | 0 .../browsers}/the-window-object/window-prototype-chain.html | 0 old-tests/submission/Ms2ger/loading-web-pages/MANIFEST | 3 --- .../session-history-and-navigation/MANIFEST | 1 - 12 files changed, 3 insertions(+), 6 deletions(-) rename {old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web => html/browsers/browsing-the-web/read-text}/MANIFEST (100%) rename {old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web => html/browsers/browsing-the-web/read-text}/load-text-plain.html (91%) rename {old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation => html/browsers/history}/the-location-interface/MANIFEST (100%) rename {old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation => html/browsers/history}/the-location-interface/location-stringifier.html (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/MANIFEST (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/window-indexed-properties-strict.html (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/window-indexed-properties.html (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/window-named-properties.html (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/window-properties.html (100%) rename {old-tests/submission/Ms2ger/loading-web-pages => html/browsers}/the-window-object/window-prototype-chain.html (100%) delete mode 100644 old-tests/submission/Ms2ger/loading-web-pages/MANIFEST delete mode 100644 old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/MANIFEST diff --git a/old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web/MANIFEST b/html/browsers/browsing-the-web/read-text/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web/MANIFEST rename to html/browsers/browsing-the-web/read-text/MANIFEST diff --git a/old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web/load-text-plain.html b/html/browsers/browsing-the-web/read-text/load-text-plain.html similarity index 91% rename from old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web/load-text-plain.html rename to html/browsers/browsing-the-web/read-text/load-text-plain.html index cb9961d491f07c..d5731129b2323d 100644 --- a/old-tests/submission/Ms2ger/loading-web-pages/browsing-the-web/load-text-plain.html +++ b/html/browsers/browsing-the-web/read-text/load-text-plain.html @@ -32,9 +32,10 @@ tD.done(); }) tC.step(function() { - assert_equals(doc.documentElement.lastChild.firstChild.firstChild.data, "Text\n"); + assert_equals(doc.documentElement.lastChild.firstChild.firstChild.data, + "This is a sample text/plain document.\n\nThis is not an HTML document.\n\n"); tC.done(); }) }; -iframe.src = "../../support/text/200-textplain.cgi"; +iframe.src = "../../../../common/text-plain.txt"; diff --git a/old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/the-location-interface/MANIFEST b/html/browsers/history/the-location-interface/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/the-location-interface/MANIFEST rename to html/browsers/history/the-location-interface/MANIFEST diff --git a/old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/the-location-interface/location-stringifier.html b/html/browsers/history/the-location-interface/location-stringifier.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/the-location-interface/location-stringifier.html rename to html/browsers/history/the-location-interface/location-stringifier.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/MANIFEST b/html/browsers/the-window-object/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/MANIFEST rename to html/browsers/the-window-object/MANIFEST diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-indexed-properties-strict.html b/html/browsers/the-window-object/window-indexed-properties-strict.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-indexed-properties-strict.html rename to html/browsers/the-window-object/window-indexed-properties-strict.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-indexed-properties.html b/html/browsers/the-window-object/window-indexed-properties.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-indexed-properties.html rename to html/browsers/the-window-object/window-indexed-properties.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-named-properties.html b/html/browsers/the-window-object/window-named-properties.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-named-properties.html rename to html/browsers/the-window-object/window-named-properties.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-properties.html b/html/browsers/the-window-object/window-properties.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-properties.html rename to html/browsers/the-window-object/window-properties.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-prototype-chain.html b/html/browsers/the-window-object/window-prototype-chain.html similarity index 100% rename from old-tests/submission/Ms2ger/loading-web-pages/the-window-object/window-prototype-chain.html rename to html/browsers/the-window-object/window-prototype-chain.html diff --git a/old-tests/submission/Ms2ger/loading-web-pages/MANIFEST b/old-tests/submission/Ms2ger/loading-web-pages/MANIFEST deleted file mode 100644 index 1c2b50e67754b7..00000000000000 --- a/old-tests/submission/Ms2ger/loading-web-pages/MANIFEST +++ /dev/null @@ -1,3 +0,0 @@ -dir browsing-the-web -dir session-history-and-navigation -dir the-window-object diff --git a/old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/MANIFEST b/old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/MANIFEST deleted file mode 100644 index b0392d5b5aea51..00000000000000 --- a/old-tests/submission/Ms2ger/loading-web-pages/session-history-and-navigation/MANIFEST +++ /dev/null @@ -1 +0,0 @@ -dir the-location-interface From fbc6be6fdc20b5cf72e7233fd77a23c65d9d8fe3 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 11 Jan 2013 14:09:56 +0100 Subject: [PATCH 2/6] Move webappapis tests to their new location. --- html/webappapis/scripting/events/MANIFEST | 2 ++ .../scripting}/events/event-handler-spec-example.html | 0 .../submission/Ms2ger => html/webappapis}/timers/MANIFEST | 0 .../Ms2ger => html/webappapis}/timers/evil-spec-example.html | 0 old-tests/submission/Ms2ger/events/MANIFEST | 1 - 5 files changed, 2 insertions(+), 1 deletion(-) rename {old-tests/submission/Ms2ger => html/webappapis/scripting}/events/event-handler-spec-example.html (100%) rename {old-tests/submission/Ms2ger => html/webappapis}/timers/MANIFEST (100%) rename {old-tests/submission/Ms2ger => html/webappapis}/timers/evil-spec-example.html (100%) delete mode 100644 old-tests/submission/Ms2ger/events/MANIFEST diff --git a/html/webappapis/scripting/events/MANIFEST b/html/webappapis/scripting/events/MANIFEST index 86caee2bde1715..4912e9445aec98 100644 --- a/html/webappapis/scripting/events/MANIFEST +++ b/html/webappapis/scripting/events/MANIFEST @@ -1 +1,3 @@ +body-onload.html event-handler-javascript.html +event-handler-spec-example.html diff --git a/old-tests/submission/Ms2ger/events/event-handler-spec-example.html b/html/webappapis/scripting/events/event-handler-spec-example.html similarity index 100% rename from old-tests/submission/Ms2ger/events/event-handler-spec-example.html rename to html/webappapis/scripting/events/event-handler-spec-example.html diff --git a/old-tests/submission/Ms2ger/timers/MANIFEST b/html/webappapis/timers/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/timers/MANIFEST rename to html/webappapis/timers/MANIFEST diff --git a/old-tests/submission/Ms2ger/timers/evil-spec-example.html b/html/webappapis/timers/evil-spec-example.html similarity index 100% rename from old-tests/submission/Ms2ger/timers/evil-spec-example.html rename to html/webappapis/timers/evil-spec-example.html diff --git a/old-tests/submission/Ms2ger/events/MANIFEST b/old-tests/submission/Ms2ger/events/MANIFEST deleted file mode 100644 index ea8139665171f8..00000000000000 --- a/old-tests/submission/Ms2ger/events/MANIFEST +++ /dev/null @@ -1 +0,0 @@ -event-handler-spec-example.html From 45275a37d364217824841a09759c2562ef3f5933 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 11 Jan 2013 14:14:10 +0100 Subject: [PATCH 3/6] Move editing tests to their new location. --- .../Ms2ger => html/editing}/the-hidden-attribute/MANIFEST | 0 .../editing}/the-hidden-attribute/hidden-1-ref.html | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-1a.html | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-1b.html | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-1c.html | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-1d.html | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-2-ref.svg | 0 .../Ms2ger => html/editing}/the-hidden-attribute/hidden-2.svg | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/MANIFEST (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-1-ref.html (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-1a.html (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-1b.html (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-1c.html (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-1d.html (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-2-ref.svg (100%) rename {old-tests/submission/Ms2ger => html/editing}/the-hidden-attribute/hidden-2.svg (100%) diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/MANIFEST b/html/editing/the-hidden-attribute/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/MANIFEST rename to html/editing/the-hidden-attribute/MANIFEST diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1-ref.html b/html/editing/the-hidden-attribute/hidden-1-ref.html similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1-ref.html rename to html/editing/the-hidden-attribute/hidden-1-ref.html diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1a.html b/html/editing/the-hidden-attribute/hidden-1a.html similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1a.html rename to html/editing/the-hidden-attribute/hidden-1a.html diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1b.html b/html/editing/the-hidden-attribute/hidden-1b.html similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1b.html rename to html/editing/the-hidden-attribute/hidden-1b.html diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1c.html b/html/editing/the-hidden-attribute/hidden-1c.html similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1c.html rename to html/editing/the-hidden-attribute/hidden-1c.html diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1d.html b/html/editing/the-hidden-attribute/hidden-1d.html similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-1d.html rename to html/editing/the-hidden-attribute/hidden-1d.html diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-2-ref.svg b/html/editing/the-hidden-attribute/hidden-2-ref.svg similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-2-ref.svg rename to html/editing/the-hidden-attribute/hidden-2-ref.svg diff --git a/old-tests/submission/Ms2ger/the-hidden-attribute/hidden-2.svg b/html/editing/the-hidden-attribute/hidden-2.svg similarity index 100% rename from old-tests/submission/Ms2ger/the-hidden-attribute/hidden-2.svg rename to html/editing/the-hidden-attribute/hidden-2.svg From e33403a3a7fcac34684c6566a71e412cb6d2f9f3 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 11 Jan 2013 15:29:53 +0100 Subject: [PATCH 4/6] Move rendering tests to their new location. --- html/rendering/non-replaced-elements/flow-content-0/MANIFEST | 1 + .../non-replaced-elements/flow-content-0}/figure-ref.html | 0 .../rendering/non-replaced-elements/flow-content-0}/figure.html | 0 .../rendering/non-replaced-elements/lists}/TODO-lists.html | 0 .../rendering/non-replaced-elements/tables}/MANIFEST | 2 -- .../tables}/table-width-150percent-ref.html | 0 .../non-replaced-elements/tables}/table-width-150percent.html | 0 7 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 html/rendering/non-replaced-elements/flow-content-0/MANIFEST rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/flow-content-0}/figure-ref.html (100%) rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/flow-content-0}/figure.html (100%) rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/lists}/TODO-lists.html (100%) rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/tables}/MANIFEST (53%) rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/tables}/table-width-150percent-ref.html (100%) rename {old-tests/submission/Ms2ger/rendering => html/rendering/non-replaced-elements/tables}/table-width-150percent.html (100%) diff --git a/html/rendering/non-replaced-elements/flow-content-0/MANIFEST b/html/rendering/non-replaced-elements/flow-content-0/MANIFEST new file mode 100644 index 00000000000000..e2349e2aa11d3b --- /dev/null +++ b/html/rendering/non-replaced-elements/flow-content-0/MANIFEST @@ -0,0 +1 @@ +ref figure.html == figure-ref.html diff --git a/old-tests/submission/Ms2ger/rendering/figure-ref.html b/html/rendering/non-replaced-elements/flow-content-0/figure-ref.html similarity index 100% rename from old-tests/submission/Ms2ger/rendering/figure-ref.html rename to html/rendering/non-replaced-elements/flow-content-0/figure-ref.html diff --git a/old-tests/submission/Ms2ger/rendering/figure.html b/html/rendering/non-replaced-elements/flow-content-0/figure.html similarity index 100% rename from old-tests/submission/Ms2ger/rendering/figure.html rename to html/rendering/non-replaced-elements/flow-content-0/figure.html diff --git a/old-tests/submission/Ms2ger/rendering/TODO-lists.html b/html/rendering/non-replaced-elements/lists/TODO-lists.html similarity index 100% rename from old-tests/submission/Ms2ger/rendering/TODO-lists.html rename to html/rendering/non-replaced-elements/lists/TODO-lists.html diff --git a/old-tests/submission/Ms2ger/rendering/MANIFEST b/html/rendering/non-replaced-elements/tables/MANIFEST similarity index 53% rename from old-tests/submission/Ms2ger/rendering/MANIFEST rename to html/rendering/non-replaced-elements/tables/MANIFEST index af74374a8cf025..17698b0803d5a3 100644 --- a/old-tests/submission/Ms2ger/rendering/MANIFEST +++ b/html/rendering/non-replaced-elements/tables/MANIFEST @@ -1,3 +1 @@ ref table-width-150percent.html == table-width-150percent-ref.html -ref figure.html == figure-ref.html -manual TODO-lists.html diff --git a/old-tests/submission/Ms2ger/rendering/table-width-150percent-ref.html b/html/rendering/non-replaced-elements/tables/table-width-150percent-ref.html similarity index 100% rename from old-tests/submission/Ms2ger/rendering/table-width-150percent-ref.html rename to html/rendering/non-replaced-elements/tables/table-width-150percent-ref.html diff --git a/old-tests/submission/Ms2ger/rendering/table-width-150percent.html b/html/rendering/non-replaced-elements/tables/table-width-150percent.html similarity index 100% rename from old-tests/submission/Ms2ger/rendering/table-width-150percent.html rename to html/rendering/non-replaced-elements/tables/table-width-150percent.html From 8d2ef64be3ebf65e0fe9f1832c3970d27e9147ef Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 11 Jan 2013 15:32:33 +0100 Subject: [PATCH 5/6] Remove parsing test that moved to the html5lib repo. --- old-tests/submission/Ms2ger/parsing/MANIFEST | 1 - old-tests/submission/Ms2ger/parsing/comment.dat | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 old-tests/submission/Ms2ger/parsing/MANIFEST delete mode 100644 old-tests/submission/Ms2ger/parsing/comment.dat diff --git a/old-tests/submission/Ms2ger/parsing/MANIFEST b/old-tests/submission/Ms2ger/parsing/MANIFEST deleted file mode 100644 index 2a5aca5be6da88..00000000000000 --- a/old-tests/submission/Ms2ger/parsing/MANIFEST +++ /dev/null @@ -1 +0,0 @@ -parser comment.dat diff --git a/old-tests/submission/Ms2ger/parsing/comment.dat b/old-tests/submission/Ms2ger/parsing/comment.dat deleted file mode 100644 index acfcd2e6772788..00000000000000 --- a/old-tests/submission/Ms2ger/parsing/comment.dat +++ /dev/null @@ -1,10 +0,0 @@ -#data -Comment before head -#errors -#document -| -| -| -| -| "Comment before head" -| <body> From b9990be8fed8535086f94acf75a26398be07853c Mon Sep 17 00:00:00 2001 From: Ms2ger <ms2ger@gmail.com> Date: Fri, 11 Jan 2013 15:34:18 +0100 Subject: [PATCH 6/6] Move obsolete tests to their new location. --- .../other-elements-attributes-and-apis/MANIFEST | 0 .../other-elements-attributes-and-apis/document-color-01.html | 0 .../other-elements-attributes-and-apis/document-color-02.html | 0 .../other-elements-attributes-and-apis/document-color-03.html | 0 .../other-elements-attributes-and-apis/document-color-04.html | 0 .../heading-obsolete-attributes-01.html | 0 .../script-IDL-event-htmlfor.html | 0 old-tests/submission/Ms2ger/obsolete-features/MANIFEST | 1 - .../obsolete-features/requirements-for-implementations/MANIFEST | 1 - 9 files changed, 2 deletions(-) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/MANIFEST (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html (100%) rename {old-tests/submission/Ms2ger/obsolete-features => html/obsolete}/requirements-for-implementations/other-elements-attributes-and-apis/script-IDL-event-htmlfor.html (100%) delete mode 100644 old-tests/submission/Ms2ger/obsolete-features/MANIFEST delete mode 100644 old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/MANIFEST diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/MANIFEST b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/MANIFEST similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/MANIFEST rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/MANIFEST diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/script-IDL-event-htmlfor.html b/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/script-IDL-event-htmlfor.html similarity index 100% rename from old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/other-elements-attributes-and-apis/script-IDL-event-htmlfor.html rename to html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/script-IDL-event-htmlfor.html diff --git a/old-tests/submission/Ms2ger/obsolete-features/MANIFEST b/old-tests/submission/Ms2ger/obsolete-features/MANIFEST deleted file mode 100644 index ecfd1889e67922..00000000000000 --- a/old-tests/submission/Ms2ger/obsolete-features/MANIFEST +++ /dev/null @@ -1 +0,0 @@ -dir requirements-for-implementations diff --git a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/MANIFEST b/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/MANIFEST deleted file mode 100644 index 58d71dd5f5b44a..00000000000000 --- a/old-tests/submission/Ms2ger/obsolete-features/requirements-for-implementations/MANIFEST +++ /dev/null @@ -1 +0,0 @@ -dir other-elements-attributes-and-apis