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

Side by Side Diff: LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-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 <style> 1 <style>
2 .box { 2 .box {
3 background-color: green; 3 background-color: green;
4 width: 40px; 4 width: 40px;
5 height: 30px; 5 height: 30px;
6 left: 1px; 6 left: 1px;
7 top: 6px; 7 top: 6px;
8 position: absolute; 8 position: absolute;
9 -webkit-transform: translateZ(0); 9 transform: translateZ(0);
10 } 10 }
11 body { 11 body {
12 margin: 0px; 12 margin: 0px;
13 } 13 }
14 </style> 14 </style>
15 <div class="box"> 15 <div class="box">
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698