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

Side by Side Diff: LayoutTests/animations/cross-fade-background-image-expected.html

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #box { 4 #box {
5 position: absolute; 5 position: absolute;
6 left: 100px; 6 left: 100px;
7 top: 100px; 7 top: 100px;
8 height: 100px; 8 height: 100px;
9 width: 100px; 9 width: 100px;
10 background-color: red; 10 background-color: red;
(...skipping 17 matching lines...) Expand all
28 background-color: red; 28 background-color: red;
29 background-image: -webkit-cross-fade(url(resources/blue-100.png), url(re sources/green-100.png), 50%); 29 background-image: -webkit-cross-fade(url(resources/blue-100.png), url(re sources/green-100.png), 50%);
30 } 30 }
31 </style> 31 </style>
32 </head> 32 </head>
33 <body> 33 <body>
34 <div id="box"></div> 34 <div id="box"></div>
35 <div id="boxStatic"></div> 35 <div id="boxStatic"></div>
36 <div id="boxShorthand"></div> 36 <div id="boxShorthand"></div>
37 <div id="result"> 37 <div id="result">
38 PASS - "backgroundImage" property for "box" element at 2.5s saw something close to: 0.5<br>
39 PASS - "backgroundImage" property for "box" and "boxStatic" elements at 2.5s are close enough to each other<br> 38 PASS - "backgroundImage" property for "box" and "boxStatic" elements at 2.5s are close enough to each other<br>
40 PASS - "backgroundImage" property for "boxShorthand" and "boxStatic" elements at 2.5s are close enough to each other 39 PASS - "backgroundImage" property for "boxShorthand" and "boxStatic" elements at 2.5s are close enough to each other
41 </div> 40 </div>
42 </body> 41 </body>
43 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/cross-fade-background-image.html ('k') | LayoutTests/animations/cross-fade-border-image-source.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698