[wpt-sync] Sync PR 25729 - Origin isolation: one more document.domain test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25729 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25729
Details from upstream follow.
b'Domenic Denicola <domenic@chromium.org>' wrote:
Origin isolation: one more document.domain test
Inspired by the corresponding cross-origin isolation test in
https://chromium-review.googlesource.com/c/chromium/src/+/2417872.Bug: 1042415
Change-Id: I490fc7a2f624b70d2e7fc71c3b45970c627b8835
Reviewed-on: https://chromium-review.googlesource.com/2427066
WPT-Export-Revision: ad0eb832c51cca4d74e2f410d1bb0c17ae77fda8
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
PASS : 1
FAIL : 2
Chrome
OK : 1
PASS : 1
FAIL : 2
Safari
PASS : 1
FAIL : 1
TIMEOUT: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/origin-isolation/document-domain.sub.https.html
Setting document.domain must not change same-originness: FAIL (Chrome: FAIL, Safari: FAIL)
Having an origin-isolated subdomain child try to set document.domain must not change the document.domain value it sees: FAIL (Chrome: FAIL, Safari: TIMEOUT)
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9e7aa90e575b
https://hg.mozilla.org/mozilla-central/rev/1b0fa3af6b52
Description
•