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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/float-multicol.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 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 <!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> 3 <script>
4 internals.settings.setRegionBasedColumnsEnabled(true) 4 internals.settings.setRegionBasedColumnsEnabled(true)
5 </script> 5 </script>
6 <body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -we bkit-column-width:24em; -webkit-column-gap:2em; height:600px"> 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">
7 <div style="background:cyan;"> 7 <div style="background:cyan;">
8 <div style="float:left; width:50%; background:yellow; margin:0.3em;"> 8 <div style="float:left; width:50%; background:yellow; margin:0.3em;">
9 <img src="resources/blimp.png" style="float:left;"> 9 <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. 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.
11 <div style="float:right; background:red;"> 11 <div style="float:right; background:red;">
12 <p>Hola hola 1 12 <p>Hola hola 1
13 <p>Hola hola 2 13 <p>Hola hola 2
14 <p>Hola hola 3 14 <p>Hola hola 3
15 <p>Hola hola 4 15 <p>Hola hola 4
16 <p>Hola hola 5 16 <p>Hola hola 5
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 has a <a href="../quality/help/">page</a> 83 has a <a href="../quality/help/">page</a>
84 dedicated to ways to get involved with helping. This doesn't involve 84 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 85 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 86 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 87 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> 88 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p>
89 </dd> 89 </dd>
90 </dl> 90 </dl>
91 </body> 91 </body>
92 </html> 92 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698