Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt

Issue 1944603003: Make AnimationEffectReadOnly.getComputedTiming() consistent with Web Animations spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698