| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt
|
| index dc3e34b9a4cab563d3533727791a3f93fa476b25..ae8f317c231b808606b412cca440c6dc0911555f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt
|
| @@ -1,8 +1,8 @@
|
| This is a testharness.js-based test.
|
| -FAIL set delay 100 anim.effect.getComputedTiming is not a function
|
| -FAIL set delay -100 anim.effect.getComputedTiming is not a function
|
| -FAIL Test adding a positive delay to an animation without a backwards fill makes it no longer active anim.effect.getComputedTiming is not a function
|
| -FAIL Test seeking an animation by setting a negative delay anim.effect.getComputedTiming is not a function
|
| -FAIL Test finishing an animation using a large negative delay anim.effect.getComputedTiming is not a function
|
| +PASS set delay 100
|
| +PASS set delay -100
|
| +FAIL Test adding a positive delay to an animation without a backwards fill makes it no longer active assert_equals: expected (object) null but got (undefined) undefined
|
| +PASS Test seeking an animation by setting a negative delay
|
| +PASS Test finishing an animation using a large negative delay
|
| Harness: the test ran to completion.
|
|
|
|
|