Bug 181123
Summary: | [Web Animations] Test at http/wpt/web-animations/interfaces/Animation/finish.html has flaky failures and timeouts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dino, graouts |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=180402 |
Antoine Quint
Following the fix for https://bugs.webkit.org/show_bug.cgi?id=180402, the test at http/wpt/web-animations/interfaces/Animation/finish.html has flaky failures and WPT timeouts:
PASS Test exceptions when finishing non-running animation
FAIL Test exceptions when finishing infinite animation assert_throws: function "function () {
@@ -5,15 +7,15 @@
}" did not throw
PASS Test finishing of animation
FAIL Test finishing of animation with a current time past the effect end animation.effect.getComputedTiming is not a function. (In 'animation.effect.getComputedTiming()', 'animation.effect.getComputedTiming' is undefined)
-FAIL Test finishing of reversed animation assert_equals: After finishing a reversed animation the currentTime should be set to zero expected 0 but got -0
-PASS Test finishing of reversed animation with a current time less than zero
-PASS Test finish() while paused
+TIMEOUT Test finishing of reversed animation Test timed out
+NOTRUN Test finishing of reversed animation with a current time less than zero
+NOTRUN Test finish() while paused
PASS Test finish() while pause-pending with positive playbackRate
PASS Test finish() while pause-pending with negative playbackRate
PASS Test finish() while play-pending
-PASS Test finish() during aborted pause
-PASS Test resetting of computed style
-PASS Test finish() resolves finished promise synchronously
-FAIL Test finish() resolves finished promise synchronously with an animation without a target Can't find variable: KeyframeEffectReadOnly
-FAIL Test normally finished animation resolves finished promise synchronously with an animation without a target Can't find variable: KeyframeEffectReadOnly
+NOTRUN Test finish() during aborted pause
+NOTRUN Test resetting of computed style
+NOTRUN Test finish() resolves finished promise synchronously
+NOTRUN Test finish() resolves finished promise synchronously with an animation without a target
+NOTRUN Test normally finished animation resolves finished promise synchronously with an animation without a target
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
This test does not exist anymore.