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

Side by Side Diff: LayoutTests/animations/additive-transform-animations-expected.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .box { 5 .box {
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 background-color: blue; 8 background-color: blue;
9 } 9 }
10 10
11 #box { 11 #box {
12 -webkit-transform: rotate(90deg) translate(100px, 0); 12 transform: rotate(90deg) translate(100px, 0);
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 17
18 <div class="box" id="box"></div> 18 <div class="box" id="box"></div>
19 <div id="result"> 19 <div id="result">
20 PASS - "webkitTransform" property for "box" element at 1s saw something close to : 0,1,-1,0,0,100 20 PASS - "webkitTransform" property for "box" element at 1s saw something close to : 0,1,-1,0,0,100
21 </div> 21 </div>
22 22
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/additive-transform-animations.html ('k') | LayoutTests/animations/animation-direction-normal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698