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,7 @@
[charset-02.html]
[UTF-16 module script with UTF-16LE BOM]
expected: FAIL
[UTF-16 module script with UTF-16BE BOM]
expected: FAIL

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,18 @@
[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.html]
[Different blob URLs pointing to the same blob resolve to different modules]
expected: FAIL
[blob-url.any.sharedworker.html]
expected: ERROR
[blob-url.any.sharedworker-module.html]
expected: ERROR

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,7 @@
[dynamic-imports-credentials.sub.html]
[Dynamic imports should be loaded with or without the credentials based on the same-origin-ness and the parent script's crossOrigin attribute]
expected: FAIL
[Cross-origin dynamic import from classic script (crossOrigin=use-credentials)]
expected: FAIL

View File

@@ -0,0 +1,4 @@
[dynamic-imports-script-error.html]
[import() must reject with different error objects for each import when there is a instantiation error]
expected: FAIL

View File

@@ -0,0 +1,11 @@
[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
[basic.any.html]
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.html]
expected: ERROR
[with-import-assertions.any.sharedworker.html]
expected: ERROR

View File

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

View File

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

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,7 @@
[string-compilation-nonce-classic.html]
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
expected: FAIL
[reflected inline event handlers must not inherit the nonce from the triggering script, thus fail]
expected: FAIL

View File

@@ -0,0 +1,7 @@
[string-compilation-nonce-module.html]
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
expected: FAIL
[reflected inline event handlers must not inherit the nonce from the triggering script, thus fail]
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,3 @@
[string-compilation-other-document.html]
[setTimeout should successfully import]
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.worker-module.html]
expected: TIMEOUT
[import-meta-resolve.any.sharedworker-module.html]
expected: ERROR
[import-meta-resolve.any.serviceworker-module.html]
expected: ERROR

View File

@@ -0,0 +1,8 @@
[import-meta-url.any.worker-module.html]
expected: TIMEOUT
[import-meta-url.any.serviceworker-module.html]
expected: ERROR
[import-meta-url.any.sharedworker-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,19 @@
[referrer-no-referrer.sub.html]
[Importing a remote-origin descendant script from a same-origin top-level script with the no-referrer policy.]
expected: FAIL
[Importing a same-origin top-level script with the no-referrer policy.]
expected: FAIL
[Importing a same-origin descendant script from a remote-origin top-level script with the no-referrer policy.]
expected: FAIL
[Importing a remote-origin descendant script from a remote-origin top-level script with the no-referrer policy.]
expected: FAIL
[Importing a remote-origin top-level script with the no-referrer policy.]
expected: FAIL
[Importing a same-origin descendant script from a same-origin top-level script with the no-referrer policy.]
expected: FAIL

View File

@@ -0,0 +1,16 @@
[referrer-origin-when-cross-origin.sub.html]
[Importing a remote-origin descendant script from a same-origin top-level script with the origin-when-cross-origin policy.]
expected: FAIL
[Importing a same-origin descendant script from a same-origin top-level script with the origin-when-cross-origin policy.]
expected: FAIL
[Importing a remote-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.]
expected: FAIL
[Importing a same-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.]
expected: FAIL
[Importing a remote-origin top-level script with the origin-when-cross-origin policy.]
expected: FAIL

View File

@@ -0,0 +1,19 @@
[referrer-origin.sub.html]
[Importing a same-origin descendant script from a same-origin top-level script with the origin policy.]
expected: FAIL
[Importing a remote-origin descendant script from a same-origin top-level script with the origin policy.]
expected: FAIL
[Importing a remote-origin descendant script from a remote-origin top-level script with the origin policy.]
expected: FAIL
[Importing a same-origin descendant script from a remote-origin top-level script with the origin policy.]
expected: FAIL
[Importing a same-origin top-level script with the origin policy.]
expected: FAIL
[Importing a remote-origin top-level script with the origin policy.]
expected: FAIL

View File

@@ -0,0 +1,16 @@
[referrer-same-origin.sub.html]
[Importing a same-origin descendant script from a same-origin top-level script with the same-origin policy.]
expected: FAIL
[Importing a remote-origin descendant script from a remote-origin top-level script with the same-origin policy.]
expected: FAIL
[Importing a remote-origin descendant script from a same-origin top-level script with the same-origin policy.]
expected: FAIL
[Importing a remote-origin top-level script with the same-origin policy.]
expected: FAIL
[Importing a same-origin descendant script from a remote-origin top-level script with the same-origin policy.]
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,13 @@
[referrer-unsafe-url.sub.html]
[Importing a same-origin descendant script from a remote-origin top-level script with the unsafe-url policy.]
expected: FAIL
[Importing a same-origin descendant script from a same-origin top-level script with the unsafe-url policy.]
expected: FAIL
[Importing a remote-origin descendant script from a remote-origin top-level script with the unsafe-url policy.]
expected: FAIL
[Importing a remote-origin descendant script from a same-origin top-level script with the unsafe-url policy.]
expected: FAIL

View File

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