Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 93da90e8623f2826d63f022be4aa4b382b715e7b
https://github.com/WebKit/WebKit/commit/93da90e8623f2826d63f022be4aa4b382b715e7b
Author: Cameron McCormack <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M LayoutTests/compositing/video/video-clip-change-src-expected.html
M LayoutTests/compositing/video/video-clip-change-src.html
M LayoutTests/platform/mac/TestExpectations
Log Message:
-----------
Address compositing/video/video-clip-change-src.html fuzziness
https://bugs.webkit.org/show_bug.cgi?id=324653
rdar://problem/187903288
Reviewed by Jer Noble.
The fractional height of the line box containing the button results in
the video being placed at a non-integer pixel position. The test and
reference use different background colors behind the video, which causes
the test to fail with some small pixel differences.
Set the height of that line explicitly so that the video does get an
integer pixel position.
The test still flakily fails on Intel, where it seems like the video
frame is scaled incorrectly at the point the video source changes.
* LayoutTests/compositing/video/video-clip-change-src-expected.html:
* LayoutTests/compositing/video/video-clip-change-src.html:
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/321607@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications