Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-transitions/CSSTransition-currentTime.tentative.txt
Callum Law 84fb0b458f LibWeb: Properly initialize KeyframeEffect contained in CSSTransition
This commit updates the CSSTransition constructor to:
 - Leave the KeyframeEffect start time unresolved
 - Set the KeyframeEffect start delay

Gains us 14 WPT passes but exposes one false positive in
properties-value-inherit-001.html
2025-08-18 11:18:34 +01:00

11 lines
347 B
Plaintext

Harness status: OK
Found 5 tests
2 Pass
3 Fail
Pass currentTime can be used to seek a CSS transition
Fail Skipping forwards through transition
Pass Skipping backwards through transition
Fail Setting currentTime to null on a CSS transition throws
Fail Transition reversing behavior respects currentTime and uses the transition's current position.