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

Unified Diff: LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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: LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
diff --git a/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt b/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
index cf8d5e8f6cf87f207b085eddf0729db684d01de5..2b7d32c160f2f8789229987cf57ca78b5776e9a5 100644
--- a/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
+++ b/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
@@ -13,8 +13,8 @@ PASS: Start of animation for element 'both_iterating': Saw something close to 20
PASS: Start of animation for element 'both_iterating_reverse': Saw something close to 300
PASS: End of animation for element 'none': Saw something close to 100
PASS: End of animation for element 'backwards': Saw something close to 100
-FAIL: End of animation for element 'forwards': Expected 240 but saw 300
-FAIL: End of animation for element 'both': Expected 240 but saw 300
-FAIL: End of animation for element 'both_iterating': Expected 240 but saw 300
-FAIL: End of animation for element 'both_iterating_reverse': Expected 260 but saw 300
+PASS: End of animation for element 'forwards': Saw something close to 240
+PASS: End of animation for element 'both': Saw something close to 240
+PASS: End of animation for element 'both_iterating': Saw something close to 240
+PASS: End of animation for element 'both_iterating_reverse': Saw something close to 260

Powered by Google App Engine
This is Rietveld 408576698