mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,12 @@
|
|||
[anonymous-iframe-popup.tentative.https.window.html]
|
||||
[Cross-origin popup from normal/anonymous iframes.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin popup from normal/anonymous iframes.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin popup from normal/credentiallessiframes.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin popup from normal/credentialless iframes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[anonymous-window.tentative.https.window.html]
|
||||
[Anonymous (false => true) => window not reused.]
|
||||
expected: FAIL
|
||||
|
||||
[Anonymous (true => false) => window not reused.]
|
||||
expected: FAIL
|
||||
|
||||
[Anonymous (true => true) => window reused.]
|
||||
expected: FAIL
|
||||
|
||||
[Credentialless (false => true) => window not reused.]
|
||||
expected: FAIL
|
||||
|
||||
[Credentialless (true => false) => window not reused.]
|
||||
expected: FAIL
|
||||
|
||||
[Credentialless (true => true) => window reused.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[cache-storage.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[cache-storage]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,60 @@
|
|||
[cookie.tentative.https.window.html]
|
||||
[Anonymous same-origin iframe is loaded without credentials]
|
||||
expected: FAIL
|
||||
|
||||
[Anonymous cross-origin iframe is loaded without credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin anonymous iframe can't send same_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin anonymous iframe can't send cross_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin anonymous iframe can't send cross_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin anonymous iframe can't send same_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin anonymous iframe can't send same_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin anonymous iframe can't send cross_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin anonymous iframe can't send cross_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin anonymous iframe can't send same_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Credentialless same-origin iframe is loaded without credentials]
|
||||
expected: FAIL
|
||||
|
||||
[Credentialless cross-origin iframe is loaded without credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin credentialless iframe can't send same_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin credentialless iframe can't send cross_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin credentialless iframe can't send cross_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin credentialless iframe can't send same_origin credentials]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin credentialless iframe can't send same_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[same_origin credentialless iframe can't send cross_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin credentialless iframe can't send cross_origin credentials on child iframe]
|
||||
expected: FAIL
|
||||
|
||||
[cross_origin credentialless iframe can't send same_origin credentials on child iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fenced-frame-bypass.tentative.https.window.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[fenced-frame.tentative.https.window.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,4 @@
|
|||
[indexeddb.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[indexeddb]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,9 @@
|
|||
[initial-empty-document.tentative.https.window.html]
|
||||
[Initial empty document inherits from parent's document.]
|
||||
expected: FAIL
|
||||
|
||||
[Initial empty document inherits from its's iframe's anonymous attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Initial empty document inherits from its's iframe's credentialless attribute.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[local-storage-initial-empty-document.tentative.https.window.html]
|
||||
[Local storage is correctly partitioned with regards to anonymous iframe in initial empty documents.]
|
||||
expected: FAIL
|
||||
|
||||
[Local storage is correctly partitioned with regards to credentialless iframe in initial empty documents.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[local-storage.tentative.https.window.html]
|
||||
[Local storage is correctly partitioned with regards to anonymous iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Local storage is correctly partitioned with regards to credentialless iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[serviceworker-partitioning.tentative.https.window.html]
|
||||
[Anonymous iframes get partitioned service workers.]
|
||||
expected: FAIL
|
||||
|
||||
[credentialless iframes get partitioned service workers.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[session-storage.tentative.https.window.html]
|
||||
[Session storage is correctly partitioned with regards to anonymous iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Session storage is correctly partitioned with regards to credentialless iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[sharedworker-partitioning.tentative.https.window.html]
|
||||
[Anonymous iframes get partitioned shared workers.]
|
||||
expected: FAIL
|
||||
|
||||
[credentialless iframes get partitioned shared workers.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[web-lock.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[web-lock]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue