[wpt-sync] Sync PR 52012 - [Blob URL] Update cross-origin-embedder-policy/blob.https.html WPT to work without opener for popups
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52012 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52012
Details from upstream follow.
Janice Liu <janiceliu@chromium.org> wrote:
[Blob URL] Update cross-origin-embedder-policy/blob.https.html WPT to work without opener for popups
Within this test, the "popup" case the test expects to window.open a
Blob URL created from a cross-top-level-site iframe and then have that
postMessage back info about whether the test passed using the opener.
Due to enforcenoopener
in this casewe need a different way to pass
information back that doesn't usewindow.opener
to postMessage.Bug: 400635417
Change-Id: I4834cfebe10d54692263f0e50a01bdb98e1f571f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6459580
Commit-Queue: Janice Liu \<janiceliu@chromium.org>
Reviewed-by: Dominic Farolino \<dom@chromium.org>
Reviewed-by: Andrew Williams \<awillia@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1447325}
Assignee | ||
Updated•13 days ago
|
Assignee | ||
Comment 1•13 days ago
|
||
Assignee | ||
Comment 2•13 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 7 tests and 3 subtests
Status Summary
Firefox
OK
: 6[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-24h2-debug, Gecko-windows11-64-24h2-debug] 7[Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-opt, GitHub]
PASS
: 14[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-24h2-debug, Gecko-windows11-64-24h2-debug] 15[Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-opt, GitHub]
FAIL
: 2
Chrome
OK
: 7
PASS
: 17
Safari
OK
: 6
PASS
: 14
TIMEOUT
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /html/cross-origin-embedder-policy/about-blank-popup.https.html [wpt.fyi]
- Cross-Origin-Embedder-Policy is inherited by about:blank popup.:
FAIL
- Cross-Origin-Embedder-Policy is inherited by about:blank popup.:
- /html/cross-origin-opener-policy/coep-blob-popup.https.html [wpt.fyi]
- COOP+COEP blob URL popup: <a rel=noopener>:
FAIL
- COOP+COEP blob URL popup: <a rel=noopener>:
New Tests That Don't Pass
- /html/cross-origin-embedder-policy/data.https.html [wpt.fyi]:
OK
[Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-opt
,GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-64-24h2-debug
] (Chrome:OK
, Safari:OK
) - /html/cross-origin-embedder-policy/about-blank-popup.https.html [wpt.fyi]
- Cross-Origin-Embedder-Policy is inherited by about:blank popup.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Cross-Origin-Embedder-Policy is inherited by about:blank popup.:
- /html/cross-origin-opener-policy/coep-blob-popup.https.html [wpt.fyi]
- COOP+COEP blob URL popup: <a rel=noopener>:
FAIL
(Chrome:PASS
, Safari:PASS
)
- COOP+COEP blob URL popup: <a rel=noopener>:
Tests Disabled in Gecko Infrastructure
- /html/cross-origin-embedder-policy/data.https.html [wpt.fyi]:
OK
[Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-opt
,GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-64-24h2-debug
] (Chrome:OK
, Safari:OK
)
Comment 4•5 days ago
|
||
bugherder |
Description
•