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

Unified Diff: LayoutTests/animations/play-state-expected.txt

Issue 38303003: Try again to deflake animations/play-state.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Increase delay before testing end state Created 7 years, 2 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 | « LayoutTests/animations/play-state.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/play-state-expected.txt
diff --git a/LayoutTests/animations/play-state-expected.txt b/LayoutTests/animations/play-state-expected.txt
index 077a50c116fecb73f86234ceeec07d5279e21118..df78df5413a9f3edfdf6ed7ebdaa287483e8b040 100644
--- a/LayoutTests/animations/play-state-expected.txt
+++ b/LayoutTests/animations/play-state-expected.txt
@@ -1,10 +1,8 @@
-Warning this test is running in real-time and may be flaky.
-PASS - "webkitTransform" property for "box1" element at 0.5s saw something close to: 1,0,0,1,25,0
-PASS - "left" property for "box2" element at 0.5s saw something close to: 25
-PASS - "webkitTransform" property for "box1" element at 1.1s saw something close to: 1,0,0,1,50,0
-PASS - "left" property for "box2" element at 1.1s saw something close to: 50
-PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0
-PASS - "left" property for "box2" element at 1.5s saw something close to: 50
-PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0
-PASS - "left" property for "box2" element at 2.5s saw something close to: 75
+This tests the operation of -webkit-animation-play-state. We test style while the animations are paused and once unpaused.
+transform
+left
+PASS: Element 'translate' had correct style when paused
+PASS: Element 'left' had correct style when paused
+PASS: Element 'translate' had correct style at end
+PASS: Element 'left' had correct style at end
« no previous file with comments | « LayoutTests/animations/play-state.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698