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
23708 changed files with 772645 additions and 694 deletions

View File

@@ -0,0 +1,19 @@
[activeCues.html]
[TextTrack.activeCues, video loading]
expected: FAIL
[TextTrack.activeCues, adding cue during playback]
expected: FAIL
[TextTrack.activeCues, video playing]
expected: FAIL
[TextTrack.activeCues, empty list]
expected: FAIL
[TextTrack.activeCues, different modes]
expected: FAIL
[TextTrack.activeCues, after addCue()]
expected: FAIL

View File

@@ -0,0 +1,17 @@
[addCue.html]
expected: TIMEOUT
[TextTrack.addCue(), adding a cue to two different tracks]
expected: FAIL
[TextTrack.addCue(), adding a cue associated with a track element to other track]
expected: TIMEOUT
[TextTrack.addCue(), adding a removed cue to a different track]
expected: FAIL
[TextTrack.addCue(), adding an associated but removed cue to the same track]
expected: FAIL
[TextTrack.addCue(), adding a cue to a track twice]
expected: FAIL

View File

@@ -0,0 +1,13 @@
[cues.html]
[TextTrack.cues, after addCue()]
expected: FAIL
[TextTrack.cues, different modes]
expected: FAIL
[TextTrack.cues, default attribute]
expected: FAIL
[TextTrack.cues, changing order]
expected: FAIL

View File

@@ -0,0 +1,7 @@
[kind.html]
[TextTrack.kind, \\u0000]
expected: FAIL
[TextTrack.kind, track element]
expected: FAIL

View File

@@ -0,0 +1,7 @@
[label.html]
[TextTrack.label, \\u0000]
expected: FAIL
[TextTrack.label]
expected: FAIL

View File

@@ -0,0 +1,7 @@
[language.html]
[TextTrack.language, \\u0000]
expected: FAIL
[TextTrack.language]
expected: FAIL

View File

@@ -0,0 +1,8 @@
[removeCue.html]
expected: TIMEOUT
[TextTrack.removeCue(), cue from track element]
expected: TIMEOUT
[TextTrack.removeCue(), two elementless tracks]
expected: FAIL