Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,3 @@
[001.html]
[pageshow event from traversal]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-state.tentative.https.html]
[A navigation's initiator origin and referrer are stored in the document state]
expected: FAIL

View file

@ -0,0 +1,3 @@
[after-load-hash-twice.html]
[when changing hash, after the load event]
expected: FAIL

View file

@ -0,0 +1,3 @@
[after-load-hash.html]
[when changing hash, after the load event]
expected: FAIL

View file

@ -0,0 +1,3 @@
[before-load-hash-twice.html]
[when changing hash twice, before load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[before-load-hash.html]
[when changing hash, before load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[pushState-inside-popstate.html]
[pushState inside popstate]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-document-traverse-immediate.html]
[when traversing back, before hashchange]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-document-traverse-wait.html]
[when traversing back, after hashchange]
expected: FAIL

View file

@ -0,0 +1,3 @@
[history-traversal-navigate-parent-while-child-loading.html]
[pushState() in parent while child is doing initial navigation, then go back]
expected: FAIL

View file

@ -0,0 +1,3 @@
[history-traversal-navigates-multiple-frames.html]
[A history traversal should be able to navigate a parent and child simultaneously]
expected: FAIL

View file

@ -0,0 +1,4 @@
[scroll-restoration-fragment-scrolling-cross-origin.html]
expected: ERROR
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[scroll-restoration-fragment-scrolling-samedoc.html]
[Manual scroll restoration should take precedent over scrolling to fragment in cross doc navigation]
expected: FAIL

View file

@ -0,0 +1,6 @@
[consecutive-srcdoc.html]
[changing srcdoc does a replace navigation since the URL is still about:srcdoc]
expected: FAIL
[changing srcdoc to about:srcdoc#yo then another srcdoc does two push navigations and we can navigate back]
expected: FAIL

View file

@ -0,0 +1,7 @@
[srcdoc-history-entries.html]
expected: TIMEOUT
[srcdoc history entries: the iframe itself navigates]
expected: TIMEOUT
[srcdoc history entries: the container window navigates]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[unset_context_name.html]
[Window.name is reset after navigating to a different origin]
expected: FAIL