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

Side by Side Diff: LayoutTests/animations/cross-fade-webkit-mask-box-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: 200px; 8 height: 200px;
9 width: 200px; 9 width: 200px;
10 background-color: red; 10 background-color: red;
(...skipping 11 matching lines...) Expand all
22 @-webkit-keyframes anim { 22 @-webkit-keyframes anim {
23 from { -webkit-mask-box-image: url(resources/stripes-100.png) 50 stretch ; } 23 from { -webkit-mask-box-image: url(resources/stripes-100.png) 50 stretch ; }
24 to { -webkit-mask-box-image: url(resources/green-100.png) 50 stretch; } 24 to { -webkit-mask-box-image: url(resources/green-100.png) 50 stretch; }
25 } 25 }
26 </style> 26 </style>
27 </head> 27 </head>
28 <body> 28 <body>
29 <img id="box" src="resources/green-100.png"/> 29 <img id="box" src="resources/green-100.png"/>
30 <img id="boxStatic" src="resources/stripes-100.png"/> 30 <img id="boxStatic" src="resources/stripes-100.png"/>
31 <div id="result"> 31 <div id="result">
32 PASS - "webkitMaskBoxImage" property for "box" element at 2.25s saw something cl ose to: 0.25<br>
33 PASS - "webkitMaskBoxImage" property for "box" and "boxStatic" elements at 2.25s are close enough to each other 32 PASS - "webkitMaskBoxImage" property for "box" and "boxStatic" elements at 2.25s are close enough to each other
34 </div> 33 </div>
35 </body> 34 </body>
36 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/cross-fade-webkit-mask-box-image.html ('k') | LayoutTests/animations/cross-fade-webkit-mask-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698