[wpt-sync] Sync PR 50700 - [Blob URL] Flakey cross-partition-navigation.https.html WPT Fix
Categories
(Core :: DOM: File, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50700 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50700
Details from upstream follow.
Janice Liu <janiceliu@chromium.org> wrote:
[Blob URL] Flakey cross-partition-navigation.https.html WPT Fix
WPT would pass on occasion due to what seems like a race considtion where the same_site_iframe is returning it's response before the cross_site_iframe, which causes the test to pass.
Example of Build Failure: https://ci.chromium.org/ui/p/chromium/builders/ci/Mac12%20Tests/27105/test-results?q=ID%3Aninja%3A%2F%2F%3Aheadless_shell_wpt%2Fexternal%2Fwpt%2FFileAPI%2FBlobURL%2Fcross-partition-navigation.https.html&sortby=&groupby=
Bug: 390049422
Change-Id: If67d0cd8cbc0bdad8e0bcb23d5c6f315be05639b
Reviewed-on: https://chromium-review.googlesource.com/6254922
WPT-Export-Revision: 95e15129d590815b82a208d59cb7f62135cb65f7
Assignee | ||
Updated•11 days ago
|
Assignee | ||
Comment 1•10 days ago
|
||
Assignee | ||
Comment 2•10 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 3
Chrome
OK
: 1
FAIL
: 4
Safari
TIMEOUT
: 2
NOTRUN
: 3
Links
Details
New Tests That Don't Pass
- /FileAPI/BlobURL/cross-partition-navigation.https.html [wpt.fyi]
- Blob URL window.open should enforce noopener for a cross-top-level-site navigation:
FAIL
(Chrome:FAIL
, Safari:TIMEOUT
) - Blob URL link click should enforce noopener for a cross-top-level-site navigation:
FAIL
(Chrome:FAIL
, Safari:NOTRUN
) - Blob URL area element click should enforce noopener for a cross-top-level-site navigation:
FAIL
(Chrome:FAIL
, Safari:NOTRUN
)
- Blob URL window.open should enforce noopener for a cross-top-level-site navigation:
Description
•