Newer
Older
minerva / Tests / LibWeb / Text / expected / WebAnimations / animation-properties / startTime.txt
@minerva minerva on 13 Jul 439 bytes Initial commit
Animation's startTime is initially null: true
Animation's startTime is 100 after setting the value: true
Animation's startTime is non-null after ready promise resolved: true
Animation's startTime is null after calling cancel(): true
Animation's startTime is null after calling pause() and setting currentTime: true
Animation's startTime updates after reversing playbackRate: true
Animation's startTime updates after calling finish(): true