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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt

Issue 2210413002: Import wpt@85d945449695508e1d7c8daaea6d14b965cdfdfd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/timing-model/animation-effects/current-iteration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt
index f3f8bfbc8ad18f1dca8298f488327e181a73b163..1897d0b0e675f576500f85667d26681da791e7ac 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt
@@ -36,5 +36,15 @@ FAIL Test infinity iterations: iterations:Infinity iterationStart:2.5 duration:I
PASS Test infinity iterations: iterations:Infinity iterationStart:3 duration:0 delay:1 fill:both
PASS Test infinity iterations: iterations:Infinity iterationStart:3 duration:100 delay:1 fill:both
FAIL Test infinity iterations: iterations:Infinity iterationStart:3 duration:Infinity delay:1 fill:both assert_equals: expected 3 but got Infinity
+PASS Test end delay: duration:100 delay:1 fill:both endDelay:50
+PASS Test end delay: duration:100 delay:1 fill:both endDelay:-50
+PASS Test end delay: duration:100 delay:1 fill:both endDelay:-100
+PASS Test end delay: duration:100 delay:1 fill:both endDelay:-200
+PASS Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:50
+FAIL Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:-50 assert_equals: expected 0 but got 0.5
+PASS Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:-100
+FAIL Test end delay: iterations:2 duration:100 delay:1 fill:both endDelay:-100 assert_equals: expected 0 but got 1
+PASS Test end delay: iterations:1 iterationStart:2 duration:100 delay:1 fill:both endDelay:-50
+PASS Test end delay: iterations:1 iterationStart:2 duration:100 delay:1 fill:both endDelay:-100
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698