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

Side by Side Diff: LayoutTests/animations/play-state-paused-expected.html

Issue 14805007: Clean up expectations for animation helper tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline LayoutTests/css3/masking/clip-path-animation Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 body { 5 body {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 8
9 #safezone { 9 #safezone {
10 position: absolute; 10 position: absolute;
11 top: 100px; 11 top: 100px;
12 height: 100px; 12 height: 100px;
13 width: 200px; 13 width: 200px;
14 left: 100px; 14 left: 100px;
15 background-color: green; 15 background-color: green;
16 } 16 }
17 </style> 17 </style>
18 </head> 18 </head>
19 <body> 19 <body>
20 <div id="safezone"></div> 20 <div id="safezone"></div>
21 <div id="result"> 21 <div id="result">
22 Warning this test is running in real-time and may be flaky.<br>
22 PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,75,0<br> 23 PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,75,0<br>
23 PASS - "webkitTransform" property for "box" element at 1s saw something close to : 1,0,0,1,150,0<br> 24 PASS - "webkitTransform" property for "box" element at 1s saw something close to : 1,0,0,1,150,0<br>
24 PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,150,0 25 PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,150,0
25 </div> 26 </div>
26 </div> 27 </div>
27 </body> 28 </body>
28 </html> 29 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/play-state-expected.txt ('k') | LayoutTests/animations/play-state-suspend-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698