[wpt-sync] Sync PR 21191 - [Security] Implement the context switch for COOP.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21191 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21191
Details from upstream follow.
Arthur Hemery <ahemery@chromium.org> wrote:
[Security] Implement the context switch for COOP.
Force a BrowsingInstance switch when we have a COOP mismatch.
Bug:922191
Change-Id: I7d5169f7d53bfc28ea01a1a03c7658e0645bc492
Reviewed-on: https://chromium-review.googlesource.com/1985013
WPT-Export-Revision: fb3fb16991d96d49e3a47481a6d2486be8517ffd
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 43 tests
Status Summary
Firefox
OK : 1
PASS : 3[GitHub] 42[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview] 45[Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-opt]
FAIL : 6
Chrome
OK : 1
PASS : 6
FAIL : 3
Safari
FAIL : 1
ERROR : 1
NOTRUN: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/cross-origin-opener-policy/iframe-popup-same-origin-to-unsafe-none.https.html: OK [Gecko-linux1804-64-asan-opt
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-opt
, GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
] (Chrome: OK, Safari: ERROR)
same-origin with CROSS_ORIGIN iframe opening popup a SAME_SITE with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
same-origin with CROSS_ORIGIN iframe opening popup a CROSS_ORIGIN with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
same-origin with SAME_SITE iframe opening popup a SAME_SITE with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
same-origin with SAME_SITE iframe opening popup a SAME_ORIGIN with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
same-origin with SAME_SITE iframe opening popup a CROSS_ORIGIN with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
same-origin with CROSS_ORIGIN iframe opening popup a SAME_ORIGIN with COOP: : FAIL (Chrome: PASS, Safari: NOTRUN)
Tests Disabled in Gecko Infrastructure
/html/cross-origin-opener-policy/iframe-popup-same-origin-to-unsafe-none.https.html: OK [Gecko-linux1804-64-asan-opt
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-opt
, GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
] (Chrome: OK, Safari: ERROR)
Comment 6•5 years ago
|
||
bugherder |
Description
•