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

Side by Side Diff: LayoutTests/fast/multicol/transform-inside-opacity.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 <head> 1 <head>
2 <style> 2 <style>
3 .transformed { background-color:green } 3 .transformed { background-color:green }
4 .transformed:hover { background-color:maroon } 4 .transformed:hover { background-color:maroon }
5 </style> 5 </style>
6 </head> 6 </head>
7 <div style="position:relative; width:420px; height:200px; -webkit-column-count:2 ; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-wi dth:200px; column-gap:20px; column-fill:auto; border:2px solid black;"> 7 <div style="position:relative; width:420px; height:200px; -webkit-column-count:2 ; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-wi dth:200px; column-gap:20px; column-fill:auto; border:2px solid black;">
8 <div style="height:100px"></div> 8 <div style="height:100px"></div>
9 <div style="opacity:0.5"> 9 <div style="opacity:0.5">
10 <div class="transformed" style="float:left;width:200px;height:100px;-webkit-tran sform:translate(0, 100px)"></div> 10 <div class="transformed" style="float:left;width:200px;height:100px;transform:tr anslate(0, 100px)"></div>
11 </div> 11 </div>
12 </div> 12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698