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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/float-multicol.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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <script>
4 internals.settings.setRegionBasedColumnsEnabled(true)
5 </script>
6 <body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -we bkit-column-width:24em; -webkit-column-gap:2em; column-width:24em; column-gap:2e m; column-fill:auto; height:600px"> 3 <body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -we bkit-column-width:24em; -webkit-column-gap:2em; column-width:24em; column-gap:2e m; column-fill:auto; height:600px">
7 <div style="background:cyan;"> 4 <div style="background:cyan;">
8 <div style="float:left; width:50%; background:yellow; margin:0.3em;"> 5 <div style="float:left; width:50%; background:yellow; margin:0.3em;">
9 <img src="resources/blimp.png" style="float:left;"> 6 <img src="resources/blimp.png" style="float:left;">
10 You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks. 7 You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks.
11 <div style="float:right; background:red;"> 8 <div style="float:right; background:red;">
12 <p>Hola hola 1 9 <p>Hola hola 1
13 <p>Hola hola 2 10 <p>Hola hola 2
14 <p>Hola hola 3 11 <p>Hola hola 3
15 <p>Hola hola 4 12 <p>Hola hola 4
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 has a <a href="../quality/help/">page</a> 80 has a <a href="../quality/help/">page</a>
84 dedicated to ways to get involved with helping. This doesn't involve 81 dedicated to ways to get involved with helping. This doesn't involve
85 knowing how to code, although a little knowledge of HTML is helpful. B eing 82 knowing how to code, although a little knowledge of HTML is helpful. B eing
86 involved with QA is good for people wanting to get more familiar wit h 83 involved with QA is good for people wanting to get more familiar wit h
87 Mozilla, and there's a strong community. A particularly good way to ge t involved 84 Mozilla, and there's a strong community. A particularly good way to ge t involved
88 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p> 85 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p>
89 </dd> 86 </dd>
90 </dl> 87 </dl>
91 </body> 88 </body>
92 </html> 89 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/float-avoidance.html ('k') | LayoutTests/fast/multicol/newmulticol/float-paginate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698