Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9a435fce25792e3a7e4dba6a6487acc7cc76d51b
https://github.com/WebKit/WebKit/commit/9a435fce25792e3a7e4dba6a6487acc7cc76d51b
Author: Cameron McCormack <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/dynamic-stylesheet-animations-timing-function-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/dynamic-stylesheet-animations-timing-function.html
Log Message:
-----------
View transition transform test fails due to float vs double blending precision
https://bugs.webkit.org/show_bug.cgi?id=318306
rdar://181101209
Reviewed by Geoffrey Garen.
The "transform with ease at 50%" subtest compares the ::view-transition-group()
transform against a live translate() reference using exact string equality. The
matrix components differ by very small amounts, likely due to float/double
precision differences. Compare the transform components with tolerance using
assert_matrix_equals instead.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/dynamic-stylesheet-animations-timing-function-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/dynamic-stylesheet-animations-timing-function.html:
Canonical link: https://commits.webkit.org/316352@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications