[wpt-sync] Sync PR 50577 - [SAA] Add tentative WPTs for stricter Same Origin Policy adherence
Categories
(Core :: Privacy: Anti-Tracking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50577 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50577
Details from upstream follow.
Chris Fredrickson <cfredric@chromium.org> wrote:
[SAA] Add tentative WPTs for stricter Same Origin Policy adherence
Spec issue: https://github.com/privacycg/storage-access/issues/210
These tests currently fail in Chrome (due to inability to properly set
storage-access permission state [https://crbug.com/384959114]). But I
hacked around that while developing and ensured that apart from that
issue, these tests work and behave as expected.Bug: 379030052
Change-Id: Ic97b4af46bdcb5b92f60a724bc7fe2eef3f40598
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6241903
Commit-Queue: Dylan Cutler \<dylancutler@google.com>
Auto-Submit: Chris Fredrickson \<cfredric@chromium.org>
Reviewed-by: Dylan Cutler \<dylancutler@google.com>
Cr-Commit-Position: refs/heads/main@{#1417468}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
TIMEOUT
: 2
NOTRUN
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /storage-access-api/requestStorageAccess-cross-origin-fetch.sub.https.tentative.window.html [wpt.fyi]
- Cross-origin fetches from a frame with storage-access are not credentialed by default:
FAIL
[Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
,GitHub
],PASS
[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
] (Chrome:FAIL
, Safari:TIMEOUT
) - Cross-origin HTTP redirects from a frame with storage-access are not credentialed by default:
FAIL
[Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
,GitHub
],PASS
[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
] (Chrome:FAIL
, Safari:NOTRUN
)
- Cross-origin fetches from a frame with storage-access are not credentialed by default:
https://hg.mozilla.org/mozilla-central/rev/d3bf229f0dca
https://hg.mozilla.org/mozilla-central/rev/a649177f1c22
Description
•