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

Side by Side Diff: LayoutTests/fast/multicol/positioned-outside-of-columns.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; column-count:2; column-width:200px; column-fill:auto; width:410px; -webkit-co lumn-gap:10px; border:2px solid black; height:200px"> 1 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200p x; column-count:2; column-width:200px; column-fill:auto; width:410px; -webkit-co lumn-gap:10px; border:2px solid black; height:200px">
5 <div style="height:400px;background-color:lime"></div> 2 <div style="height:400px;background-color:lime"></div>
6 <div style="position:absolute;height:200px;width:300px;background-color:lightgra y; left:200px; top:200px;"> 3 <div style="position:absolute;height:200px;width:300px;background-color:lightgra y; left:200px; top:200px;">
7 This text should be outside the columns.<br> 4 This text should be outside the columns.<br>
8 This text should be outside the columns.<br> 5 This text should be outside the columns.<br>
9 This text should be outside the columns.<br> 6 This text should be outside the columns.<br>
10 This text should be outside the columns.<br> 7 This text should be outside the columns.<br>
11 This text should be outside the columns.<br> 8 This text should be outside the columns.<br>
12 </div> 9 </div>
13 </div> 10 </div>
14 </div> 11 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/percent-height.html ('k') | LayoutTests/fast/multicol/tall-float1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698