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 @@
[2d-getcontext-options.html]
[Options conversion for getContext("2d")]
expected: FAIL

View file

@ -0,0 +1,3 @@
[canvas-descendants-focusability-001.html]
[<a data-focusable="false">]
expected: FAIL

View file

@ -0,0 +1,15 @@
[canvas-descendants-focusability-002.html]
[<button data-focusable="false">]
expected: FAIL
[<section tabindex="-1" data-focusable="false">]
expected: FAIL
[<div tabindex="-1" data-focusable="false">]
expected: FAIL
[<span tabindex="-1" data-focusable="false">]
expected: FAIL
[<a href="#" data-focusable="false">]
expected: FAIL

View file

@ -0,0 +1,25 @@
[canvas-descendants-focusability-003.tentative.html]
expected: ERROR
[<div tabindex="-1" data-focusable="false">]
expected: FAIL
[<span tabindex="-1" data-focusable="false">]
expected: FAIL
[<a href="#" data-focusable="false">]
expected: FAIL
[<button style="display: contents" data-focusable="false">]
expected: FAIL
[<section style="display: contents" tabindex="-1" data-focusable="false">]
expected: FAIL
[<div style="display: contents" tabindex="-1" data-focusable="false">]
expected: FAIL
[<span style="display: contents" tabindex="-1" data-focusable="false">]
expected: FAIL
[<a style="display: contents" href="#" data-focusable="false">]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas-descendants-focusability-004.tentative.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[canvas-descendants-focusability-005.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[toBlob-cross-realm-callback-report-exception.html]
[toBlob() reports the exception from its callback in the callback's global object]
expected: FAIL