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

Side by Side Diff: LayoutTests/compositing/iframes/resources/repaint-after-losing-scrollbars-iframe.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 <style> 2 <style>
3 body { 3 body {
4 -webkit-transform:translateZ(0); 4 transform:translateZ(0);
5 width:10px; 5 width:10px;
6 height:10px; 6 height:10px;
7 position:absolute; 7 position:absolute;
8 } 8 }
9 9
10 .tall { 10 .tall {
11 height:200px; 11 height:200px;
12 } 12 }
13 13
14 .wide { 14 .wide {
15 width:200px; 15 width:200px;
16 } 16 }
17 </style> 17 </style>
18 <body></body> 18 <body></body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698