Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a927dcb53a6d556a75a63e57389fef80094ae5d5
https://github.com/WebKit/WebKit/commit/a927dcb53a6d556a75a63e57389fef80094ae5d5
Author: Cole Carley <[email protected]>
Date: 2026-02-16 (Mon, 16 Feb 2026)
Changed paths:
M LayoutTests/media/sources-fallback-codecs.html
M LayoutTests/platform/ios/TestExpectations
Log Message:
-----------
Fix sources-fallback-codecs.html
https://bugs.webkit.org/show_bug.cgi?id=308003
rdar://148254605
Reviewed by Jean-Yves Avenard.
media/sources-fallback-codecs.html was constantly failing. The test assumed
that .oga files
were not supported, but support was added recently, so the test fails.
I fixed this by changing the source tag from a .oga to a .png, which will never
be playable
in an audio tag.
The test also assumes that .ogv files are not supported. This works fine, but I
changed the source
tags to .png there as well, so the test will continue to work if .ogv files are
supported in the
future.
* LayoutTests/media/sources-fallback-codecs.html:
* LayoutTests/platform/ios/TestExpectations:
Canonical link: https://commits.webkit.org/307678@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications