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,9 @@
[cross-origin-objects-function-caching.html]
[Cross-origin Window methods are cached]
expected: FAIL
[Cross-origin Location `replace` method is cached]
expected: FAIL
[Cross-origin Location `href` setter is cached]
expected: FAIL

View file

@ -0,0 +1,6 @@
[cross-origin-objects-function-length.html]
[Cross-origin Window methods have correct 'length']
expected: FAIL
[Cross-origin Window accessors have correct 'length']
expected: FAIL

View file

@ -0,0 +1,6 @@
[cross-origin-objects-function-name.html]
[Cross-origin Window methods have correct 'name']
expected: FAIL
[Cross-origin Window accessors have correct 'name']
expected: FAIL

View file

@ -0,0 +1,2 @@
[cross-origin-objects-on-new-window.html]
expected: TIMEOUT

View file

@ -0,0 +1,199 @@
[cross-origin-objects.html]
expected: TIMEOUT
[Basic sanity-checking (cross-origin)]
expected: FAIL
[Basic sanity-checking (same-origin + document.domain)]
expected: FAIL
[Basic sanity-checking (cross-site)]
expected: FAIL
[Only certain properties are accessible cross-origin (cross-origin)]
expected: FAIL
[Only certain properties are accessible cross-origin (same-origin + document.domain)]
expected: FAIL
[Only certain properties are accessible cross-origin (cross-site)]
expected: FAIL
[Only certain properties are usable as cross-origin this objects (cross-origin)]
expected: FAIL
[Only certain properties are usable as cross-origin this objects (same-origin + document.domain)]
expected: FAIL
[Only certain properties are usable as cross-origin this objects (cross-site)]
expected: FAIL
[[[GetPrototypeOf\]\] should return null (cross-origin)]
expected: FAIL
[[[GetPrototypeOf\]\] should return null (same-origin + document.domain)]
expected: FAIL
[[[GetPrototypeOf\]\] should return null (cross-site)]
expected: FAIL
[[[SetPrototypeOf\]\] should return false (cross-origin)]
expected: FAIL
[[[SetPrototypeOf\]\] should return false (same-origin + document.domain)]
expected: FAIL
[[[SetPrototypeOf\]\] should return false (cross-site)]
expected: FAIL
[[[PreventExtensions\]\] should return false cross-origin objects (cross-origin)]
expected: FAIL
[[[PreventExtensions\]\] should return false cross-origin objects (same-origin + document.domain)]
expected: FAIL
[[[PreventExtensions\]\] should return false cross-origin objects (cross-site)]
expected: FAIL
[[[GetOwnProperty\]\] - Property descriptors for cross-origin properties should be set up correctly (cross-origin)]
expected: FAIL
[[[GetOwnProperty\]\] - Property descriptors for cross-origin properties should be set up correctly (same-origin + document.domain)]
expected: FAIL
[[[GetOwnProperty\]\] - Property descriptors for cross-origin properties should be set up correctly (cross-site)]
expected: FAIL
[[[GetOwnProperty\]\] - Subframe named 'then' should shadow the default 'then' value (cross-site)]
expected: FAIL
[[[GetOwnProperty\]\] - Subframes should be visible cross-origin only if their names don't match the names of cross-origin-exposed IDL properties (cross-origin)]
expected: FAIL
[[[GetOwnProperty\]\] - Subframes should be visible cross-origin only if their names don't match the names of cross-origin-exposed IDL properties (same-origin + document.domain)]
expected: FAIL
[[[GetOwnProperty\]\] - Subframes should be visible cross-origin only if their names don't match the names of cross-origin-exposed IDL properties (cross-site)]
expected: FAIL
[[[GetOwnProperty\]\] - Should be able to get a property descriptor for an indexed property only if it corresponds to a child window. (cross-origin)]
expected: FAIL
[[[GetOwnProperty\]\] - Should be able to get a property descriptor for an indexed property only if it corresponds to a child window. (same-origin + document.domain)]
expected: FAIL
[[[GetOwnProperty\]\] - Should be able to get a property descriptor for an indexed property only if it corresponds to a child window. (cross-site)]
expected: FAIL
[[[Delete\]\] Should throw on cross-origin objects (cross-origin)]
expected: FAIL
[[[Delete\]\] Should throw on cross-origin objects (same-origin + document.domain)]
expected: FAIL
[[[Delete\]\] Should throw on cross-origin objects (cross-site)]
expected: FAIL
[[[DefineOwnProperty\]\] Should throw for cross-origin objects (cross-origin)]
expected: FAIL
[[[DefineOwnProperty\]\] Should throw for cross-origin objects (same-origin + document.domain)]
expected: FAIL
[[[DefineOwnProperty\]\] Should throw for cross-origin objects (cross-site)]
expected: FAIL
[Can only enumerate safelisted enumerable properties (cross-origin)]
expected: FAIL
[Can only enumerate safelisted enumerable properties (same-origin + document.domain)]
expected: FAIL
[Can only enumerate safelisted enumerable properties (cross-site)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return all properties from cross-origin objects (cross-origin)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return all properties from cross-origin objects (same-origin + document.domain)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return all properties from cross-origin objects (cross-site)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return the right symbol-named properties for cross-origin objects (cross-origin)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return the right symbol-named properties for cross-origin objects (same-origin + document.domain)]
expected: FAIL
[[[OwnPropertyKeys\]\] should return the right symbol-named properties for cross-origin objects (cross-site)]
expected: FAIL
[[[OwnPropertyKeys\]\] should place the symbols after the property names after the subframe indices (cross-origin)]
expected: FAIL
[[[OwnPropertyKeys\]\] should place the symbols after the property names after the subframe indices (same-origin + document.domain)]
expected: FAIL
[[[OwnPropertyKeys\]\] should place the symbols after the property names after the subframe indices (cross-site)]
expected: FAIL
[[[OwnPropertyKeys\]\] should not reorder where 'then' appears if it's a named subframe, nor add another copy of 'then' (cross-origin)]
expected: FAIL
[[[OwnPropertyKeys\]\] should not reorder where 'then' appears if it's a named subframe, nor add another copy of 'then' (same-origin + document.domain)]
expected: FAIL
[[[OwnPropertyKeys\]\] should not reorder where 'then' appears if it's a named subframe, nor add another copy of 'then' (cross-site)]
expected: FAIL
[Cross-origin functions get local Function.prototype (cross-origin)]
expected: FAIL
[Cross-origin functions get local Function.prototype (same-origin + document.domain)]
expected: FAIL
[Cross-origin functions get local Function.prototype (cross-site)]
expected: FAIL
[Cross-origin Window accessors get local Function.prototype (cross-origin)]
expected: FAIL
[Cross-origin Window accessors get local Function.prototype (same-origin + document.domain)]
expected: FAIL
[Cross-origin Window accessors get local Function.prototype (cross-site)]
expected: FAIL
[Same-origin observers get different functions for cross-origin objects (cross-origin)]
expected: FAIL
[Same-origin observers get different functions for cross-origin objects (same-origin + document.domain)]
expected: FAIL
[Same-origin observers get different functions for cross-origin objects (cross-site)]
expected: FAIL
[Same-origin observers get different accessors for cross-origin Window (cross-origin)]
expected: FAIL
[Same-origin observers get different accessors for cross-origin Window (same-origin + document.domain)]
expected: FAIL
[Same-origin observers get different accessors for cross-origin Window (cross-site)]
expected: FAIL
[Same-origin observers get different accessors for cross-origin Location (cross-site)]
expected: FAIL
[{}.toString.call() does the right thing on cross-origin objects (cross-origin)]
expected: FAIL
[{}.toString.call() does the right thing on cross-origin objects (same-origin + document.domain)]
expected: FAIL
[{}.toString.call() does the right thing on cross-origin objects (cross-site)]
expected: FAIL
[Resolving a promise with a cross-origin window without a 'then' subframe should work (cross-site)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[window-location-and-location-href-cross-realm-set.html]
[Cross-origin location.href getter throws SecurityError in lexical realm]
expected: FAIL
[Cross-origin window.location setter throws TypeError in lexical realm on invalid |this| value]
expected: FAIL
[Cross-origin window.location setter throws TypeError in lexical realm on non-coercible URL argument]
expected: FAIL

View file

@ -0,0 +1,86 @@
[parent-no-child-bad-subdomain.sub.https.html]
expected: TIMEOUT
["true": originAgentCluster must equal false]
expected: NOTRUN
[""?1"": message event must occur]
expected: NOTRUN
["(?1)": originAgentCluster must equal false]
expected: NOTRUN
["1": frame insertion]
expected: NOTRUN
["?2": message event must occur]
expected: NOTRUN
["?0": originAgentCluster must equal false]
expected: NOTRUN
[""?1"": setting document.domain must give sync access]
expected: NOTRUN
["true": message event must occur]
expected: NOTRUN
["": originAgentCluster must equal false]
expected: NOTRUN
["true": setting document.domain must give sync access]
expected: NOTRUN
[""?1"": originAgentCluster must equal false]
expected: NOTRUN
["": message event must occur]
expected: NOTRUN
["": frame insertion]
expected: TIMEOUT
["?2": originAgentCluster must equal false]
expected: NOTRUN
["?2": setting document.domain must give sync access]
expected: NOTRUN
["(?1)": frame insertion]
expected: NOTRUN
["1": message event must occur]
expected: NOTRUN
["?0": frame insertion]
expected: NOTRUN
["?0": setting document.domain must give sync access]
expected: NOTRUN
["1": setting document.domain must give sync access]
expected: NOTRUN
["": setting document.domain must give sync access]
expected: NOTRUN
["(?1)": message event must occur]
expected: NOTRUN
["true": frame insertion]
expected: NOTRUN
["1": originAgentCluster must equal false]
expected: NOTRUN
[""?1"": frame insertion]
expected: NOTRUN
["?0": message event must occur]
expected: NOTRUN
["?2": frame insertion]
expected: NOTRUN
["(?1)": setting document.domain must give sync access]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-no-child-yes-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-no-child-yes-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[child: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-no-child-yes-subdomain-with-redirect.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-no-child-yes-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-no-child-yeswithparams-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-no-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-no-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-no-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-yes-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-yes-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[parent-yes-child-yes-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[child: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,21 @@
[parent-no-child1-no-subdomain-child2-yes-subdomain.sub.https.html]
[parent: originAgentCluster must equal false]
expected: FAIL
[Parent to child2: message event must occur]
expected: NOTRUN
[child1: originAgentCluster must equal false]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: FAIL
[Parent to child1: message event must occur]
expected: NOTRUN
[child2 to child1: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-no-child1-no-subdomain-child2-yes-subdomainport.sub.https.html]
expected: TIMEOUT
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[child1: originAgentCluster must equal false]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: message event must occur]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-no-child1-no-subdomain1-child2-yes-subdomain2.sub.https.html]
expected: TIMEOUT
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[child1: originAgentCluster must equal false]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: message event must occur]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-no-child1-yes-subdomain-child2-no-port.sub.https.html]
expected: TIMEOUT
[child1: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[Parent to child2: setting document.domain must give sync access]
expected: NOTRUN
[Parent to child2: message event must occur]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,27 @@
[parent-no-child1-yes-subdomain-child2-no-subdomain.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child1: originAgentCluster must equal true]
expected: FAIL
[parent: originAgentCluster must equal false]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL
[child2: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,27 @@
[parent-yes-child1-no-subdomain-child2-no-subdomain.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1: originAgentCluster must equal false]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: FAIL
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL

View file

@ -0,0 +1,27 @@
[parent-yes-child1-no-subdomain-child2-no-subdomain2.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1: originAgentCluster must equal false]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: FAIL
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL

View file

@ -0,0 +1,27 @@
[parent-yes-child1-no-subdomain-child2-yes-subdomain.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1: originAgentCluster must equal false]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: FAIL
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL

View file

@ -0,0 +1,35 @@
[parent-yes-child1-no-subdomain-child2-yes-subdomain2.sub.https.html]
expected: TIMEOUT
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[child1: originAgentCluster must equal false]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-yes-child1-no-subdomain-child2-yes-subdomainport.sub.https.html]
expected: TIMEOUT
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[child1: originAgentCluster must equal false]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-yes-child1-yes-subdomain-child2-no-port.sub.https.html]
expected: TIMEOUT
[child1: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,27 @@
[parent-yes-child1-yes-subdomain-child2-no-subdomain.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child1: originAgentCluster must equal true]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL
[child2: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,27 @@
[parent-yes-child1-yes-subdomain-child2-yes-subdomain.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[child1: originAgentCluster must equal true]
expected: FAIL
[child2 to child1: message event must occur]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1 to child2: message event must occur]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL
[child2: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,35 @@
[parent-yes-child1-yes-subdomain-child2-yes-subdomain2.sub.https.html]
expected: TIMEOUT
[child1: originAgentCluster must equal true]
expected: NOTRUN
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,35 @@
[parent-yes-child1-yes-subdomain-child2-yes-subdomainport.sub.https.html]
expected: TIMEOUT
[child1: originAgentCluster must equal true]
expected: NOTRUN
[child2: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: messageerror event must occur]
expected: NOTRUN
[child2 to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: messageerror event must occur]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[child1 to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[Parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,28 @@
[about-blank.https.sub.html]
expected: ERROR
[about:blank to child2: messageerror event must occur]
expected: NOTRUN
[parent to about:blank: setting document.domain must give sync access]
expected: NOTRUN
[parent to about:blank: message event must occur]
expected: NOTRUN
[about:blank to child2: setting document.domain must not give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal true]
expected: NOTRUN
[about:blank: originAgentCluster must equal true]
expected: NOTRUN
[child2: originAgentCluster must equal false]
expected: NOTRUN
[child2 to about:blank: setting document.domain must not give sync access]
expected: NOTRUN
[child2 to about:blank: messageerror event must occur]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[document-domain.sub.https.html]
[Having an origin-keyed subdomain child try to set document.domain must not change the document.domain value it sees]
expected: FAIL

View file

@ -0,0 +1,8 @@
[cross-origin-isolated.sub.https.html]
expected: TIMEOUT
[self: originAgentCluster must equal true]
expected: FAIL
[child: originAgentCluster must equal true]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[csp-sandbox-no.https.html]
[originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[csp-sandbox-yes.https.html]
[originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[data-to-javascript-no.https.html]
[originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[data-to-javascript-yes.https.html]
[originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[data-url-no.https.html]
[data: URL child: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[data-url-yes.https.html]
[data: URL child: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[javascript-url-no.https.html]
[data: URL child: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[javascript-url-yes.https.html]
[data: URL child: originAgentCluster must equal true]
expected: FAIL

View file

@ -0,0 +1,4 @@
[removed-iframe.sub.https.html]
[Removing the iframe does not change originAgentCluster]
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandboxed-iframe-no.https.html]
expected: TIMEOUT
[originAgentCluster must equal true]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[sandboxed-iframe-yes.https.html]
expected: TIMEOUT
[originAgentCluster must equal true]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[sandboxed-same-origin-iframe-no.https.html]
expected: TIMEOUT
[originAgentCluster must equal false]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[sandboxed-same-origin-iframe-yes.https.html]
expected: TIMEOUT
[originAgentCluster must equal true]
expected: TIMEOUT

View file

@ -0,0 +1,47 @@
[going-back.sub.https.html]
expected: TIMEOUT
[After navigation: parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[child2 to child1: setting document.domain must give sync access]
expected: NOTRUN
[Before navigation: parent to child1: messageerror event must occur]
expected: NOTRUN
[After back: parent to child1: messageerror event must occur]
expected: NOTRUN
[child2 to child1: message event must occur]
expected: NOTRUN
[Inserting a second iframe]
expected: NOTRUN
[After navigation: parent to child2: messageerror event must occur]
expected: NOTRUN
[After back: parent to child2: setting document.domain must not give sync access]
expected: NOTRUN
[After back: parent to child2: messageerror event must occur]
expected: NOTRUN
[child1 to child2: message event must occur]
expected: NOTRUN
[Going back in history (navigating back the first iframe)]
expected: NOTRUN
[Before navigation: parent to child1: setting document.domain must not give sync access]
expected: NOTRUN
[child1 to child2: setting document.domain must give sync access]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After back: parent to child1: setting document.domain must not give sync access]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-no-same-2-yes-port.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[before child: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[after child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-no-same-2-yes-subdomain.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[before child: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[after child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-no-subdomain-2-yes-subdomain.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[before child: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[After: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[After: parent to child: message event must occur]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[after child: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-no-subdomain-2-yes-subdomain2.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[before child: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[after child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-subdomain-yes-2-subdomain2-no.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[After: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[Before: parent to child: messageerror event must occur]
expected: NOTRUN
[before child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: message event must occur]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[after child: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-no-1-yes-subdomain-2-no-subdomain.sub.https.html]
expected: TIMEOUT
[before parent: originAgentCluster must equal false]
expected: NOTRUN
[after parent: originAgentCluster must equal false]
expected: NOTRUN
[Before: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[after child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[before child: originAgentCluster must equal true]
expected: NOTRUN
[Before: parent to child: messageerror event must occur]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-yes-1-no-same-2-no-port.sub.https.html]
expected: TIMEOUT
[after parent: originAgentCluster must equal true]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[before parent: originAgentCluster must equal true]
expected: NOTRUN
[before child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[after child: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,29 @@
[parent-yes-1-no-same-2-no-subdomain.sub.https.html]
expected: TIMEOUT
[after parent: originAgentCluster must equal true]
expected: NOTRUN
[Before: parent to child: setting document.domain must give sync access]
expected: NOTRUN
[before parent: originAgentCluster must equal true]
expected: NOTRUN
[before child: originAgentCluster must equal true]
expected: NOTRUN
[After: parent to child: messageerror event must occur]
expected: NOTRUN
[after child: originAgentCluster must equal false]
expected: NOTRUN
[Navigation]
expected: NOTRUN
[After: parent to child: setting document.domain must not give sync access]
expected: NOTRUN
[Before: parent to child: message event must occur]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[insecure-http.sub.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[parent: originAgentCluster must equal false]
expected: NOTRUN
[child: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-no-openee-yes-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[opener: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-no-openee-yes-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[opener: originAgentCluster must equal false]
expected: NOTRUN
[openee: originAgentCluster must equal false]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-no-openee-yes-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[opener: originAgentCluster must equal false]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-no-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal false]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-no-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-no-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal false]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-yes-port.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-yes-same.sub.https.html]
expected: TIMEOUT
[message event must occur]
expected: NOTRUN
[setting document.domain must give sync access]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[opener-yes-openee-yes-subdomain.sub.https.html]
expected: TIMEOUT
[setting document.domain must not give sync access]
expected: NOTRUN
[messageerror event must occur]
expected: NOTRUN
[openee: originAgentCluster must equal true]
expected: NOTRUN
[opener: originAgentCluster must equal true]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[regression-1399759.https.sub.html?pipe=header(Origin-Agent-Cluster,%3F0)]
expected: ERROR
[regression-1399759.https.sub.html?pipe=header(Origin-Agent-Cluster,%3F1)]
expected: ERROR

View file

@ -0,0 +1,36 @@
[removing-iframes.sub.https.html]
[child2 to child3: message event must occur]
expected: NOTRUN
[child3: originAgentCluster must equal false]
expected: FAIL
[child3 to child2: message event must occur]
expected: NOTRUN
[Parent to child3: messageerror event must occur]
expected: FAIL
[Before: messageerror event must occur]
expected: FAIL
[Parent to child2: messageerror event must occur]
expected: FAIL
[parent: originAgentCluster must equal true]
expected: FAIL
[child1: originAgentCluster must equal false]
expected: FAIL
[child2: originAgentCluster must equal false]
expected: FAIL
[Before: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL
[Parent to child3: setting document.domain must not give sync access]
expected: FAIL

View file

@ -0,0 +1,21 @@
[document_domain_access_details.sub.html]
[Access not allowed if different-origin with no 'document.domain' modification. (Sanity check)]
expected: FAIL
[Access disallowed if same-origin but only one sets document.domain.]
expected: FAIL
[Access disallowed again if same-origin, both set document-domain to existing value, then one sets to parent.]
expected: FAIL
[Access is revoked to Window object when we stop being same effective script origin due to document.domain.]
expected: FAIL
[Access is revoked to Location object when we stop being same effective script origin due to document.domain.]
expected: FAIL
[Access evolves correctly for non-cross-origin objects when we join up via document.domain and then diverge again.]
expected: FAIL
[Access evolves correctly for cross-origin objects when we join up via document.domain and then diverge again.]
expected: FAIL