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

Side by Side Diff: LayoutTests/fast/multicol/transform-inside-opacity.html

Issue 341103002: [New Multicolumn] Remove unnecessary calls to setRegionBasedColumnsEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 <script>
3 internals.settings.setRegionBasedColumnsEnabled(true)
4 </script>
5 <style> 2 <style>
6 .transformed { background-color:green } 3 .transformed { background-color:green }
7 .transformed:hover { background-color:maroon } 4 .transformed:hover { background-color:maroon }
8 </style> 5 </style>
9 </head> 6 </head>
10 <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;">
11 <div style="height:100px"></div> 8 <div style="height:100px"></div>
12 <div style="opacity:0.5"> 9 <div style="opacity:0.5">
13 <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;-webkit-tran sform:translate(0, 100px)"></div>
14 </div> 11 </div>
15 </div> 12 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/tall-float2-expected.html ('k') | LayoutTests/fast/multicol/widows.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698