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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/animations/play-state.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Warning this test is running in real-time and may be flaky. 1 This tests the operation of -webkit-animation-play-state. We test style while th e animations are paused and once unpaused.
2 PASS - "webkitTransform" property for "box1" element at 0.5s saw something close to: 1,0,0,1,25,0
3 PASS - "left" property for "box2" element at 0.5s saw something close to: 25
4 PASS - "webkitTransform" property for "box1" element at 1.1s saw something close to: 1,0,0,1,50,0
5 PASS - "left" property for "box2" element at 1.1s saw something close to: 50
6 PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0
7 PASS - "left" property for "box2" element at 1.5s saw something close to: 50
8 PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0
9 PASS - "left" property for "box2" element at 2.5s saw something close to: 75
10 2
3 transform
4 left
5 PASS: Element 'translate' had correct style when paused
6 PASS: Element 'left' had correct style when paused
7 PASS: Element 'translate' had correct style at end
8 PASS: Element 'left' had correct style at end
OLDNEW
« 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