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,6 @@
[autofocus-dialog.html]
[<dialog> can contain autofocus, without stopping page autofocus content from working]
expected: FAIL
[<dialog>-contained autofocus element gets focused when the dialog is shown]
expected: FAIL

View file

@ -0,0 +1,6 @@
[document-with-fragment-empty.html]
[Autofocus elements in iframed documents with empty fragments should work.]
expected: FAIL
[Autofocus elements in top-level browsing context's documents with empty fragments should work.]
expected: FAIL

View file

@ -0,0 +1,7 @@
[document-with-fragment-nonexistent.html]
expected: TIMEOUT
[Autofocus elements in iframed documents with non-existent fragments should work.]
expected: FAIL
[Autofocus elements in top-level browsing context's documents with non-existent fragments should work.]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[document-with-fragment-top.html]
[Autofocus elements in iframed documents with "top" fragments should work.]
expected: FAIL
[Autofocus elements in top-level browsing context's documents with "top" fragments should work.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[document-with-fragment-valid.html]
[Autofocus elements in top-level browsing context's documents with URL fragments should be skipped.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[skip-another-top-level-browsing-context.html]
expected: TIMEOUT
[Autofocus elements queued in another top-level browsing context's documents should be skipped.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[skip-document-with-fragment.html]
[Autofocus elements in iframed documents with URL fragments should be skipped.]
expected: FAIL

View file

@ -0,0 +1,16 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: FAIL
[Element with tabindex should support autofocus]
expected: FAIL
[Area element should support autofocus]
expected: TIMEOUT
[Host element with delegatesFocus should support autofocus]
expected: FAIL

View file

@ -0,0 +1,3 @@
[update-the-rendering.html]
["Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks]
expected: FAIL