[wpt-sync] Sync PR 32831 - Add proper waits for preload tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32831 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32831
Details from upstream follow.
Noam Rosenthal <noam@webkit.org> wrote:
Add proper waits for preload tests
Apparently the previous failures for Safari and Firefox were a racey bit in the test logic.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 58 subtests
Status Summary
Firefox
OK : 1
PASS : 57
FAIL : 1
Chrome
OK : 1
PASS : 54
FAIL : 4
Safari
PASS : 18
FAIL : 14
TIMEOUT: 2
NOTRUN : 25
Links
Details
Firefox-only Failures
/preload/preload-resource-match.https.html
Loading font (same-origin) with link (same-origin) should reuse the preloaded response: FAIL
New Tests That Don't Pass
/preload/preload-resource-match.https.html
Loading font (same-origin) with link (same-origin) should reuse the preloaded response: FAIL (Chrome: PASS, Safari: PASS)
https://hg.mozilla.org/mozilla-central/rev/3bc3429b50b1
https://hg.mozilla.org/mozilla-central/rev/af4b120fc0e4
Description
•