Closed Bug 1682066 Opened 5 years ago Closed 5 years ago

[wpt-sync] Sync PR 26867 - Minimal rename of Origin-Isolation

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox86 fixed)

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 26867 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/26867
Details from upstream follow.

b'Domenic Denicola <domenic@chromium.org>' wrote:

Minimal rename of Origin-Isolation

This CL renames the Origin-Isolation header to Origin-Agent-Cluster, and
the window.originIsolated getter to window.originAgentCluster, following
https://github.com/whatwg/html/pull/6214.

See Intent to Ship update at
https://groups.google.com/a/chromium.org/g/blink-dev/c/WW4fGjvroWI/m/bwxj0iiYAgAJ

This only does the minimal renames necessary to update web-facing
semantics, and then the minimal modifications to the tests to get them
passing again. Future CLs on top of this one should:

  • Update all code references (e.g. function and member names) to stop
    saying "origin isolation".

  • Update all test titles, comments, etc.

  • Move the tests to a new directory.

Bug: 1157917
Change-Id: I1f95eb3d5298a6dfae3d3bda4a79343e8287d4f6

Reviewed-on: https://chromium-review.googlesource.com/2587369
WPT-Export-Revision: 50f38f8e3b98454d1451a554844e515d5ee03e62

CI Results

Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 51 tests and 11 subtests

Status Summary

Firefox

OK : 50
PASS : 109
FAIL : 273
ERROR : 1
NOTRUN : 9

Chrome

OK : 51
PASS : 111
FAIL : 280

Safari

OK : 17
PASS : 22
FAIL : 55
TIMEOUT: 37
NOTRUN : 311

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/origin-isolation/1-iframe/parent-no-child-bad-subdomain.sub.https.html
"": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
"?0": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
"true": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
""?1"": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
"1": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
"?2": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
"(?1)": originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/1-iframe/parent-no-child-yes-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-no-child-yes-same.sub.https.html
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-no-child-yes-subdomain-with-redirect.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/1-iframe/parent-no-child-yes-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/1-iframe/parent-no-child-yeswithparams-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/1-iframe/parent-yes-child-no-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-yes-child-no-same.sub.https.html
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-yes-child-no-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/1-iframe/parent-yes-child-yes-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-yes-child-yes-same.sub.https.html
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/1-iframe/parent-yes-child-yes-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/about-blank.https.sub.html: ERROR (Chrome: OK, Safari: TIMEOUT)
parent to about:blank: message event must occur: NOTRUN (Chrome: PASS, Safari: NOTRUN)
parent to about:blank: setting document.domain must give sync access: NOTRUN (Chrome: PASS, Safari: NOTRUN)
about:blank to child2: messageerror event must occur: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
about:blank to child2: setting document.domain must not give sync access: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
child2 to about:blank: messageerror event must occur: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
child2 to about:blank: setting document.domain must not give sync access: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
about:blank: originIsolated must equal true: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/going-back.sub.https.html
Before navigation: parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Before navigation: parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
After navigation: parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After navigation: parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
After back: parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After back: parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
After back: parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After back: parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/insecure-http.sub.html
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/removing-iframes.sub.https.html
Before: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Before: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child3: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child3: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child3: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-no-1-no-same-2-yes-port.sub.https.html
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
before child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
after child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/iframe-navigation/parent-no-1-no-same-2-yes-subdomain.sub.https.html
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
before child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-no-1-no-subdomain-2-yes-subdomain.sub.https.html
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
before child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-no-1-no-subdomain-2-yes-subdomain2.sub.https.html
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
before child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-no-1-subdomain-yes-2-subdomain2-no.sub.https.html
Before: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Before: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
before child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-no-1-yes-subdomain-2-no-subdomain.sub.https.html
Before: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Before: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
before parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
before child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/iframe-navigation/parent-yes-1-no-same-2-no-port.sub.https.html
before parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
before child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
after parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
after child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/iframe-navigation/parent-yes-1-no-same-2-no-subdomain.sub.https.html
before parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
before child: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
After: parent to child: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
After: parent to child: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
after parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
after child: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/popups/opener-no-openee-yes-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
opener: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-no-openee-yes-same.sub.https.html
opener: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-no-openee-yes-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
opener: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/popups/opener-yes-openee-no-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-yes-openee-no-same.sub.https.html
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-yes-openee-no-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
openee: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/popups/opener-yes-openee-yes-port.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: FAIL)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: FAIL)
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-yes-openee-yes-same.sub.https.html
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/popups/opener-yes-openee-yes-subdomain.sub.https.html
messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
opener: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
openee: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/getter-special-cases/csp-sandbox-no.https.html
originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/getter-special-cases/csp-sandbox-yes.https.html
originIsolated must equal true: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/getter-special-cases/removed-iframe.sub.https.html
Removing the iframe does not change originIsolated: FAIL (Chrome: FAIL, Safari: FAIL)
/origin-isolation/2-iframes/parent-no-child1-no-subdomain-child2-yes-subdomain.sub.https.html
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-no-child1-no-subdomain-child2-yes-subdomainport.sub.https.html
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-no-child1-no-subdomain1-child2-yes-subdomain2.sub.https.html
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-no-child1-yes-subdomain-child2-no-port.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-no-child1-yes-subdomain-child2-no-subdomain.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-no-subdomain-child2-no-subdomain.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-no-subdomain-child2-no-subdomain2.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-no-subdomain-child2-yes-subdomain.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-no-subdomain-child2-yes-subdomain2.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-no-subdomain-child2-yes-subdomainport.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-yes-subdomain-child2-no-port.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal false: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-yes-subdomain-child2-no-subdomain.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-yes-subdomain-child2-yes-subdomain.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-yes-subdomain-child2-yes-subdomain2.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
/origin-isolation/2-iframes/parent-yes-child1-yes-subdomain-child2-yes-subdomainport.sub.https.html
Parent to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
Parent to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1 to child2: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: messageerror event must occur: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2 to child1: setting document.domain must not give sync access: FAIL (Chrome: FAIL, Safari: NOTRUN)
parent: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child1: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)
child2: originIsolated must equal true: FAIL (Chrome: FAIL, Safari: NOTRUN)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9e97298a0b7b [wpt PR 26867] - Minimal rename of Origin-Isolation, a=testonly
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.