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,4 @@
[Worker-terminate-forever-during-evaluation.html]
[Worker is terminated during top-level await]
expected: FAIL

View file

@ -0,0 +1,4 @@
[WorkerGlobalScope-close.html]
[Test sending a message after closing.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[Worker_script_mimetype.htm]
[HTTP(S) URLs which respond with text/plain MIME type must not work]
expected: FAIL
[HTTP(S) URLs which respond with text/plain MIME type must not work on SharedWorkers]
expected: FAIL

View file

@ -0,0 +1,3 @@
[import-in-moduleworker.html]
[Base URL in module dedicated workers: import]
expected: FAIL

View file

@ -0,0 +1,3 @@
[sharedworker-in-worker.html]
[Base URL in workers: new SharedWorker()]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Worker-constructor.html]
expected: ERROR

View file

@ -0,0 +1,7 @@
[dedicated-worker-parse-error-failure.html]
[Static import on classic worker should dispatch an event named error.]
expected: FAIL
[Classic worker construction for script with syntax error should dispatch an event named error.]
expected: FAIL

View file

@ -0,0 +1,46 @@
[importscripts_mime.any.worker.html]
[importScripts() requires scripty MIME types: text/html is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: text/plain is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: application/xml is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: application/octet-stream is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: text/potato is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: potato/text is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: aaa/aaa is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: zzz/zzz is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: text/csv;bla;bla is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: Text/html is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: text/Html is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: TeXt/HtMl is blocked.]
expected: FAIL
[importScripts() requires scripty MIME types: TEXT/HTML is blocked.]
expected: FAIL
[importscripts_mime.any.sharedworker.html]
expected: ERROR
[importscripts_mime.any.serviceworker.html]
expected: ERROR

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

View file

@ -0,0 +1,3 @@
[blob-url.worker.html]
[Revoking a blob URL in an earlier script will not fail]
expected: FAIL

View file

@ -0,0 +1,19 @@
[catch.sub.any.worker.html]
[Redirect-to-Cross-origin throw]
expected: FAIL
[Cross-origin syntax error]
expected: FAIL
[Cross-origin throw]
expected: FAIL
[Redirect-to-cross-origin syntax error]
expected: FAIL
[catch.sub.any.sharedworker.html]
expected: ERROR
[catch.sub.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,13 @@
[report-error-cross-origin.sub.any.sharedworker.html]
expected: ERROR
[report-error-cross-origin.sub.any.worker.html]
[WorkerGlobalScope error event: lineno]
expected: FAIL
[WorkerGlobalScope error event: error]
expected: FAIL
[WorkerGlobalScope error event: filename]
expected: FAIL

View file

@ -0,0 +1,13 @@
[report-error-redirect-to-cross-origin.sub.any.sharedworker.html]
expected: ERROR
[report-error-redirect-to-cross-origin.sub.any.worker.html]
[WorkerGlobalScope error event: lineno]
expected: FAIL
[WorkerGlobalScope error event: error]
expected: FAIL
[WorkerGlobalScope error event: filename]
expected: FAIL

View file

@ -0,0 +1,4 @@
[report-error-same-origin.sub.any.worker.html]
[report-error-same-origin.sub.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,13 @@
[report-error-setTimeout-cross-origin.sub.any.worker.html]
[WorkerGlobalScope error event: lineno]
expected: FAIL
[WorkerGlobalScope error event: error]
expected: FAIL
[WorkerGlobalScope error event: filename]
expected: FAIL
[report-error-setTimeout-cross-origin.sub.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,13 @@
[report-error-setTimeout-redirect-to-cross-origin.sub.any.worker.html]
[WorkerGlobalScope error event: lineno]
expected: FAIL
[WorkerGlobalScope error event: error]
expected: FAIL
[WorkerGlobalScope error event: filename]
expected: FAIL
[report-error-setTimeout-redirect-to-cross-origin.sub.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[report-error-setTimeout-same-origin.sub.any.sharedworker.html]
expected: ERROR
[report-error-setTimeout-same-origin.sub.any.worker.html]

View file

@ -0,0 +1,4 @@
[postMessage_block.https.html]
[postMessage and block]
expected: FAIL

View file

@ -0,0 +1,4 @@
[005.html]
[dedicated worker in shared worker in dedicated worker]
expected: FAIL

View file

@ -0,0 +1,12 @@
[exposure.any.worker.html]
[exposure.any.serviceworker.html]
expected: ERROR
[exposure.any.html]
[SharedWorker exposure]
expected: FAIL
[exposure.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[003.html]
[shared]
expected: FAIL

View file

@ -0,0 +1,6 @@
[shared-worker-in-data-url-context.window.html]
[Create a shared worker in a data url frame]
expected: FAIL
[Create a data url shared worker in a data url frame]
expected: FAIL

View file

@ -0,0 +1,7 @@
[shared-worker-parse-error-failure.html]
[Classic shared worker construction for script with syntax error should dispatch an event named error.]
expected: FAIL
[Static import on classic shared worker should dispatch an event named error.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[shared-worker-partitioned.tentative.html]
[Test partitioning of shared workers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[worker-request-animation-frame.html]
expected: ERROR
[requestAnimationTime reports frame time relative to worker load]
expected: TIMEOUT