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,4 @@
[document-exit-fullscreen-active-document.html]
expected: TIMEOUT
[\n Document#exitFullscreen() when the document is not the active document\n]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-active-document.html]
[\n Document#fullscreenEnabled when the document is not the active document\n]
expected: FAIL

View file

@ -0,0 +1,7 @@
[document-fullscreen-enabled-cross-origin.sub.html]
[Fullscreen enabled test: cross-origin-allow]
expected: FAIL
[Fullscreen enabled test: same-origin-default]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-removing-allowfullscreen.sub.html]
[Document#fullscreenEnabled removing allowfullscreen after load and then navigating]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-setting-allowfullscreen-timing.sub.html]
[Document#fullscreenEnabled setting allowfullscreen after document creation, before response]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-setting-allowfullscreen.sub.html]
[Document#fullscreenEnabled setting allowfullscreen after load and then navigating]
expected: FAIL

View file

@ -0,0 +1,4 @@
[document-fullscreen-enabled.html]
[Document#fullscreenEnabled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-onfullscreenerror.html]
[Checks that the fullscreenerror event is fired when entering fullscreen fails]
expected: FAIL

View file

@ -0,0 +1,4 @@
[element-request-fullscreen-active-document.html]
expected: TIMEOUT
[\n Element#requestFullscreen() when the document is not the active document\n]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[element-request-fullscreen-not-allowed.html]
[requestFullscreen() when not allowed to request fullscreen]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-request-fullscreen-options.html]
[requestFullscreen() with invalid navigationUI values]
expected: FAIL