mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
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
11 lines
347 B
Plaintext
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. |