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

Side by Side Diff: LayoutTests/fast/sub-pixel/sub-pixel-root-layer.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> 4 <style>
5 #list { 5 #list {
6 width: 639px; 6 width: 639px;
7 } 7 }
8 .item { 8 .item {
9 width: 256px; 9 width: 256px;
10 margin: 8px auto; 10 margin: 8px auto;
(...skipping 10 matching lines...) Expand all
21 top: -258px; 21 top: -258px;
22 width: 256px; 22 width: 256px;
23 height: 256px; 23 height: 256px;
24 background: green; 24 background: green;
25 border: 1px solid black; 25 border: 1px solid black;
26 } 26 }
27 </style> 27 </style>
28 </head> 28 </head>
29 <body> 29 <body>
30 <div id="list"> 30 <div id="list">
31 <div class="item"><img class="icon" style="-webkit-transform: scaleX(-1);"> 31 <div class="item"><img class="icon" style="transform: scaleX(-1);">
32 <div id="layer"></div> 32 <div id="layer"></div>
33 </div> 33 </div>
34 </div> 34 </div>
35 </body> 35 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698