Bug 288119

Summary: New Test (260462@main): [ macOS wk2 ] imported/w3c/web-platform-tests/preload/preload-type-match.html is a flaky failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: beidson, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Karl Rackler
Reported 2025-02-20 10:39:26 PST
Description: imported/w3c/web-platform-tests/preload/preload-type-match.html The test was added at 260462@main on WPT resync and has been a flaky failure since then. History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fpreload%2Fpreload-type-match.html&platform=mac&flavor=wk2&recent=false Diff: @@ -5,7 +5,7 @@ CONSOLE MESSAGE: The resource http://localhost:8800/preload/resources/dummy.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing. PASS Preload with {as=image; type=} should load when retrieved resource is a png -PASS Preload with {as=image; type=image/png} should load when retrieved resource is a svg +FAIL Preload with {as=image; type=image/png} should load when retrieved resource is a svg assert_equals: expected "load" but got "timeout" PASS Preload with {as=image; type=image/png} should load when retrieved resource is a png PASS Preload with {as=image; type=image/unknown} should timeout when retrieved resource is a png PASS Preload with {as=image; type=not-a-mime-type} should timeout when retrieved resource is a png @@ -36,7 +36,7 @@ PASS Preload with {as=style; type=text/css} should load when retrieved resource is a css PASS Preload with {as=style; type=application/css} should timeout when retrieved resource is a css PASS Preload with {as=style; type=text/plain} should timeout when retrieved resource is a css -PASS Preload with {as=track; type=text/vtt} should load when retrieved resource is a track +FAIL Preload with {as=track; type=text/vtt} should load when retrieved resource is a track assert_equals: expected "load" but got "timeout" PASS Preload with {as=track; type=text/plain} should timeout when retrieved resource is a track PASS Preload with {as=track; type=not-a-mime} should timeout when retrieved resource is a track
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-20 10:39:58 PST
EWS
Comment 2 2025-02-20 10:47:51 PST
Test gardening commit 290726@main (5c11287f6dd4): <https://commits.webkit.org/290726@main> Reviewed commits have been landed. Closing PR #40980 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.