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,47 @@
[blob-data.https.html]
expected: ERROR
[blob worker: self.crossOriginIsolated]
expected: FAIL
[data frame: self.crossOriginIsolated]
expected: FAIL
[blob frame: self.isSecureContext]
expected: FAIL
[data worker: postMessaging to a dedicated blob sub-worker allows them to see each others' modifications]
expected: TIMEOUT
[blob worker: self.isSecureContext]
expected: FAIL
[blob frame: self.crossOriginIsolated]
expected: FAIL
[blob worker: postMessaging to a dedicated HTTP sub-worker allows them to see each others' modifications]
expected: FAIL
[data worker: self.crossOriginIsolated]
expected: FAIL
[data worker: self.origin]
expected: FAIL
[data frame: self.isSecureContext]
expected: FAIL
[blob frame: postMessaging to a dedicated blob sub-worker allows them to see each others' modifications]
expected: TIMEOUT
[data frame: postMessaging to a dedicated blob sub-worker allows them to see each others' modifications]
expected: TIMEOUT
[data worker: self.isSecureContext]
expected: FAIL
[blob worker: postMessaging to a dedicated blob sub-worker allows them to see each others' modifications]
expected: TIMEOUT
[blob frame: postMessaging to a dedicated HTTP sub-worker allows them to see each others' modifications]
expected: FAIL

View file

@ -0,0 +1,21 @@
[no-coop-coep.https.any.serviceworker.html]
expected: ERROR
[no-coop-coep.https.any.sharedworker.html]
expected: ERROR
[no-coop-coep.https.any.html]
[SharedArrayBuffer constructor does not exist without COOP+COEP]
expected: FAIL
[Bonus: self.crossOriginIsolated]
expected: FAIL
[no-coop-coep.https.any.worker.html]
[SharedArrayBuffer constructor does not exist without COOP+COEP]
expected: FAIL
[Bonus: self.crossOriginIsolated]
expected: FAIL

View file

@ -0,0 +1,5 @@
[window-domain-failure.https.sub.html]
expected: TIMEOUT
[SharedArrayBuffer and a same-origin-domain (but not same-origin) iframe]
expected: TIMEOUT

View file

@ -0,0 +1,13 @@
[window-iframe-messagechannel.https.html]
[postMessaging with a MessageChannel that's been cross-site should succeed]
expected: FAIL
[postMessaging to a same-site iframe via MessageChannel should fail]
expected: FAIL
[postMessaging to a cross-site iframe via MessageChannel should fail]
expected: FAIL
[postMessaging to a same-origin iframe via MessageChannel allows them to see each others' modifications]
expected: FAIL