Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2455384ac5a76270aa4bcb9da3a4669ef744624d
https://github.com/WebKit/WebKit/commit/2455384ac5a76270aa4bcb9da3a4669ef744624d
Author: Jean-Yves Avenard <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M LayoutTests/http/tests/media/fairplay/fps-mse-unmuxed-mpts.html
Log Message:
-----------
REGRESSION(312761@main): http/tests/media/fairplay/fps-mse-unmuxed-mpts.html
is a constant TIMEOUT
https://bugs.webkit.org/show_bug.cgi?id=316731
rdar://179167204
Reviewed by Jer Noble.
Following 312761@main, we are now waiting for a valid fMP4 init segment to be
provided before attempting to demux data.
The test incorrectly created a video/mp4 sourceBuffer but then appended
mpeg-ts content instead.
The gate added in 312761@main is doing its job.
We fix the test instead.
Covered by existing tests.
* LayoutTests/http/tests/media/fairplay/fps-mse-unmuxed-mpts.html: Replace
mimeType to be video/mp2t
Canonical link: https://commits.webkit.org/314866@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications