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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt

Issue 2030843002: Web Animations: Account for end delay in after phase active time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test Created 4 years, 5 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
Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cce72c5d597251c773f1d0bb83245068d81a25c6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS changed duration immediately updates its computed styles
+PASS changed iterations immediately updates its computed styles
+PASS change currentTime when fill is none and endDelay is positive
+PASS change currentTime when fill forwards and endDelay is positive
+PASS change currentTime when fill none and endDelay is negative
+FAIL change currentTime when fill forwards and endDelay is negative assert_equals: set currentTime same as endTime expected "0" but got "0.5"
suzyh_UTC10 (ex-contributor) 2016/07/25 00:51:09 Is this an error in the upstream test?
alancutter (OOO until 2018) 2016/07/25 01:44:32 Yes.
suzyh_UTC10 (ex-contributor) 2016/07/25 01:52:12 I recommend fixing the upstream test in the same p
alancutter (OOO until 2018) 2016/07/25 04:46:48 Would the change get upstreamed? I'm not sure I se
suzyh_UTC10 (ex-contributor) 2016/07/25 04:55:23 No, I meant to make the change upstream (since you
alancutter (OOO until 2018) 2016/07/26 00:49:39 Whoops, confused PR for CL.
+PASS change direction from "normal" to "reverse"
+PASS change direction from "normal" to "alternate"
+PASS change direction from "normal" to "alternate-reverse"
+PASS change direction from "normal" to "reverse"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698