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,70 @@
[clicking-interactive-content.html]
[interactive content <details></details> as second child under <label>]
expected: FAIL
[interactive content <input> as first child of <label>]
expected: FAIL
[interactive content <select></select> as second child under <label>]
expected: FAIL
[interactive content <iframe></iframe> as second child under <label>]
expected: FAIL
[interactive content <select></select> as first child of <label>]
expected: FAIL
[interactive content <video tabindex=""></video> as second child under <label>]
expected: FAIL
[interactive content <a tabindex=""></a> as second child under <label>]
expected: FAIL
[interactive content <object tabindex=""></object> as second child under <label>]
expected: FAIL
[interactive content <input> deeply nested under <label>]
expected: FAIL
[interactive content <embed> as second child under <label>]
expected: FAIL
[interactive content <object usemap=""></object> as second child under <label>]
expected: FAIL
[interactive content <select></select> deeply nested under <label>]
expected: FAIL
[interactive content <textarea></textarea> as first child of <label>]
expected: FAIL
[interactive content <img usemap=""> as second child under <label>]
expected: FAIL
[interactive content <audio controls=""></audio> as second child under <label>]
expected: FAIL
[interactive content <input type="hidden" tabindex=""> as second child under <label>]
expected: FAIL
[interactive content <video controls=""></video> as second child under <label>]
expected: FAIL
[interactive content <audio tabindex=""></audio> as second child under <label>]
expected: FAIL
[interactive content <div tabindex=""></div> as second child under <label>]
expected: FAIL
[interactive content <input> as second child under <label>]
expected: FAIL
[interactive content <textarea></textarea> deeply nested under <label>]
expected: FAIL
[interactive content <img tabindex=""> as second child under <label>]
expected: FAIL
[interactive content <textarea></textarea> as second child under <label>]
expected: FAIL

View file

@ -0,0 +1,14 @@
[forward-focus-to-associated-element.html]
expected: TIMEOUT
[focusing a label without for attribute should fowrad focus to the first labelable child]
expected: TIMEOUT
[focusing a hidden label with tabindex should forward focus to the labelable element]
expected: FAIL
[focusing a label with empty tabindex should forward focus to the labelable element]
expected: FAIL
[focusing a label with for attribute should forward focus to the associated element]
expected: TIMEOUT