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,7 @@
[base-url-worker-importScripts.html]
[Relative URL-like from same-origin importScripts()]
expected: FAIL
[Relative URL-like from cross-origin importScripts()]
expected: FAIL

View file

@ -0,0 +1,7 @@
[base-url.sub.html]
[Relative URL-like from cross origin classic <script> without crossorigin attribute]
expected: FAIL
[Relative URL-like from cross origin module <script>]
expected: FAIL

View file

@ -0,0 +1,17 @@
[blob-url.any.sharedworker-module.html]
expected: ERROR
[blob-url.any.worker.html]
[Different blob URLs pointing to the same blob resolve to different modules]
expected: FAIL
[blob-url.any.worker-module.html]
expected: TIMEOUT
[blob-url.any.sharedworker.html]
expected: ERROR
[blob-url.any.html]
[Different blob URLs pointing to the same blob resolve to different modules]
expected: FAIL

View file

@ -0,0 +1,7 @@
[dynamic-imports-credentials-setTimeout.sub.html]
[Cross-origin dynamic import from setTimeout(string) from classic script (crossOrigin=use-credentials)]
expected: FAIL
[Cross-origin dynamic import from setTimeout(string) from module script (crossOrigin=use-credentials)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[dynamic-imports-credentials.sub.html]
[Cross-origin dynamic import from classic script (crossOrigin=use-credentials)]
expected: FAIL

View file

@ -0,0 +1,10 @@
[basic.any.html]
expected: TIMEOUT
[basic.any.sharedworker.html]
expected: ERROR
[basic.any.worker.html]
expected: TIMEOUT
[import() should drain the microtask queue when fetching a new module]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[css-import-in-worker.any.sharedworker.html]
expected: ERROR
[css-import-in-worker.any.worker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[serviceworker.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,8 @@
[with-import-assertions.any.worker.html]
expected: ERROR
[with-import-assertions.any.sharedworker.html]
expected: ERROR
[with-import-assertions.any.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[worklet.https.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[string-compilation-base-url-inline-classic.html]
[setTimeout should successfully import]
expected: FAIL

View file

@ -0,0 +1,3 @@
[string-compilation-base-url-inline-module.html]
[setTimeout should successfully import]
expected: FAIL

View file

@ -0,0 +1,6 @@
[string-compilation-of-promise-result.html]
[Evaled the script via eval, successful import]
expected: FAIL
[Evaled the script via Function, successful import]
expected: FAIL

View file

@ -0,0 +1,2 @@
[evaluation-order-1-nothrow-sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[evaluation-order-1-nothrow-worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[evaluation-order-1-nothrow.html]
[Test evaluation order of modules]
expected: FAIL

View file

@ -0,0 +1,2 @@
[evaluation-order-1-sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[evaluation-order-1-worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[evaluation-order-1.html]
[Test evaluation order of modules]
expected: FAIL

View file

@ -0,0 +1,2 @@
[evaluation-order-2-import-sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[evaluation-order-2-import-worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[evaluation-order-2-import.html]
[Test evaluation order of modules]
expected: FAIL

View file

@ -0,0 +1,2 @@
[evaluation-order-3-dynamic-sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[evaluation-order-3-dynamic-worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[evaluation-order-3-dynamic.html]
[Test evaluation order of modules]
expected: FAIL

View file

@ -0,0 +1,4 @@
[evaluation-order-4-tla.html]
[Test evaluation order of modules]
expected: FAIL

View file

@ -0,0 +1,8 @@
[import-meta-object.any.serviceworker-module.html]
expected: ERROR
[import-meta-object.any.sharedworker-module.html]
expected: ERROR
[import-meta-object.any.worker-module.html]
expected: TIMEOUT

View file

@ -0,0 +1,12 @@
[import-meta-resolve-importmap.html]
[import.meta.resolve() given an import mapped bare specifier]
expected: FAIL
[import.meta.resolve() given an import mapped URL-like specifier]
expected: FAIL
[Testing the ToString() step of import.meta.resolve() via import maps]
expected: FAIL
[import(import.meta.resolve(x)) can be different from import(x)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[import-meta-resolve-multiple-scripts.html]
[import.meta.resolve resolves URLs relative to the import.meta.url, not relative to the active script when it is called: another global's inline script]
expected: FAIL
[import.meta.resolve still works if its global has been destroyed (by detaching the iframe)]
expected: FAIL
[import.meta.resolve resolves URLs relative to the import.meta.url, not relative to the active script when it is called: another module script]
expected: FAIL

View file

@ -0,0 +1,8 @@
[import-meta-resolve.any.sharedworker-module.html]
expected: ERROR
[import-meta-resolve.any.serviceworker-module.html]
expected: ERROR
[import-meta-resolve.any.worker-module.html]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[import-meta-url.any.worker-module.html]
expected: TIMEOUT
[import-meta-url.any.sharedworker-module.html]
expected: ERROR
[import-meta-url.any.serviceworker-module.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[import-meta-url.html]
[import.meta.url at top-level module DedicatedWorker]
expected: FAIL
[import.meta.url at top-level module SharedWorker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[instantiation-error-3.html]
[Test that unresolvable cycles lead to SyntaxError events on window and load events on script]
expected: FAIL

View file

@ -0,0 +1,3 @@
[instantiation-error-4.html]
[Test that loading a graph in which a module is already errored results in an error.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[instantiation-error-5.html]
[Test that loading a graph in which a module is already errored results an error.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[referrer-strict-policies.sub.html]
[The strict-* referrer policies compare the trustworthiness of a request's referrer string against its URL]
expected: FAIL

View file

@ -0,0 +1,7 @@
[type.html]
[type="MODULE"]
expected: FAIL
[type="Module"]
expected: FAIL