[wpt-sync] Sync PR 51906 - Add origin scope to clear prerender cache by browsing data removal.
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 51906 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51906
Details from upstream follow.
Steven Wei <stevenwei@microsoft.com> wrote:
Add origin scope to clear prerender cache by browsing data removal.
As part of CL: https://chromium-review.googlesource.com/c/chromium/src/+/6173154, clearing
prerender cache was implemented as part of browsing data removal. To match the specs in https://wicg.github.io/nav-speculation/prerendering.html#interaction-with-clear-site-data-clear-cache, this CL includes scoping the
prerender cache clearing on the origin. Existing wpt test was updated to match same and different origin differences better.Bug: 401116317
Change-Id: Iafafd76c998f293dd6036f040a7bf2b2204552d2
Reviewed-on: https://chromium-review.googlesource.com/6397496
WPT-Export-Revision: 8985e0813df0b70e98d80436ec433124cc71cadc
Assignee | ||
Updated•21 days ago
|
Assignee | ||
Comment 1•21 days ago
|
||
Assignee | ||
Comment 2•21 days ago
|
||
Assignee | ||
Comment 3•21 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
ERROR
: 2
Chrome
OK
: 1
PASS
: 1
TIMEOUT
: 2
Safari
ERROR
: 2
Links
Details
New Tests That Don't Pass
- /speculation-rules/prerender/cancel-prerendering-after-clear-site-data-cache-different-origins.https.html [wpt.fyi]:
ERROR
(Chrome:TIMEOUT
, Safari:ERROR
) - /speculation-rules/prerender/cancel-prerendering-after-clear-site-data-cache-same-origin.https.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)
Comment 5•19 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9cfce6830142
https://hg.mozilla.org/mozilla-central/rev/0b011b51a65c
Description
•