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

Side by Side Diff: LayoutTests/fast/multicol/mixed-opacity-test.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 <script>
2 internals.settings.setRegionBasedColumnsEnabled(true)
3 </script>
4 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200p x; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black; width:420px; height:200px;"> 1 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200p x; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black; width:420px; height:200px;">
5 <div style="opacity:0.5"> 2 <div style="opacity:0.5">
6 <div style="height:400px;background-color:green"></div> 3 <div style="height:400px;background-color:green"></div>
7 <div style="position:absolute;height:98px;width:98px;background-color:lightgray; left:160px; top:50px;background-color:green;border:1px solid lime"> 4 <div style="position:absolute;height:98px;width:98px;background-color:lightgray; left:160px; top:50px;background-color:green;border:1px solid lime">
8 </div> 5 </div>
9 </div> 6 </div>
10 </div> 7 </div>
11 </div> 8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698