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,49 @@
[exception-in-onerror.html]
[Throw in setTimeout(string): classic: listener]
expected: FAIL
[Throw in setTimeout(function): module: listener]
expected: FAIL
[Throw in worker initialization: classic: handler]
expected: FAIL
[Throw in message handler: classic: listener]
expected: FAIL
[Throw in setTimeout(function): classic: handler]
expected: FAIL
[Throw in message handler: module: handler]
expected: FAIL
[Throw in setTimeout(function): module: handler]
expected: FAIL
[Throw in worker initialization: module: handler]
expected: FAIL
[Throw in setTimeout(string): module: listener]
expected: FAIL
[Throw in message handler: classic: handler]
expected: FAIL
[Throw in worker initialization: classic: listener]
expected: FAIL
[Throw in message handler: module: listener]
expected: FAIL
[Throw in setTimeout(string): module: handler]
expected: FAIL
[Throw in setTimeout(function): classic: listener]
expected: FAIL
[Throw in worker initialization: module: listener]
expected: FAIL
[Throw in setTimeout(string): classic: handler]
expected: FAIL

View file

@ -0,0 +1,8 @@
[message-classic-DOMException.html]
expected: TIMEOUT
[Throw DOMException-TypeError in onerror: classic: handler]
expected: TIMEOUT
[Throw DOMException-TypeError in onerror: classic: listener]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[message-classic-Error.html]
expected: TIMEOUT
[Throw Error in onerror: classic: handler]
expected: TIMEOUT
[Throw Error in onerror: classic: listener]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[message-module-DOMException.html]
expected: TIMEOUT
[Throw DOMException-TypeError in onerror: module: handler]
expected: TIMEOUT
[Throw DOMException-TypeError in onerror: module: listener]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[message-module-Error.html]
expected: TIMEOUT
[Throw Error in onerror: module: listener]
expected: TIMEOUT
[Throw Error in onerror: module: handler]
expected: TIMEOUT