Files
ladybird/Tests/LibWeb/Text/expected/WebAnimations/animation-methods/cancel.txt
2024-03-29 06:59:37 +01:00

8 lines
424 B
Plaintext

Calling cancel() aborts the ready promise with an error of type AbortError: true
Calling cancel() aborts the finished promise with an error of type AbortError: true
Calling cancel() recreates the ready promise: true
Calling cancel() recreates the finished promise: true
Calling cancel() resets the start time: true
Calling cancel() sends a cancel event: true
Calling cancel() does not send a finish or remove event: true