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

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

Issue 699593003: Replace fast/multicol/float-paginate-complex with float-big-line. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 6 years, 1 month 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
(Empty)
1 <body style="overflow: hidden;">
2 <div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:30 0px; column-fill:auto; border:2px solid black; height:400px">
3 This is some text.<br>
4 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
5 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
6 This is some text.<br>
7 <p><span style="float:left;font-size:128px;">T</span>
8 his is some text.<br>
9 This is some text.<br>This is some text.<br>
10 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
11 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
12 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
13 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
14 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br></p>
15 </div>
16
17 <div style="margin-top:1em; -moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
18 This is some text.<br>
19 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
20 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
21 This is some text.<br>
22 <p><img style="float:left;width:100px;height:100px;background-color:green"><img style="float:right;width:100px;height:200px;background-color:green">
23 This is some text<br>
24 This is some text.<br>This is some text.<br>
25 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
26 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
27 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br>This is some text.<br>
28 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>
29 This is some text.<br>This is some text.<br>This is some text.<br>This is some t ext.<br>This is some text.<br></p>
30 </div>
31
32 <div style="margin-top:1em; -moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
33 <img style="float:left;background-color:green; width:300px;height:390px">
34 Longer text designed to test float and wrapping behavior. Longer text designed t o test float and wrapping behavior.
35 Longer text designed to test float and wrapping behavior.
36 Longer text designed to test float and wrapping behavior.
37 Longer text designed to test float and wrapping behavior.
38 </div>
39
40 <div style="margin-top:1em; -moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
41 <img style="float:left;background-color:blue; width:100%;height:380px">
42 <span style="font-size:24px"><img style="float:left;background-color:green;heigh t:20px;width:100px">
43
44 Longer text designed <img style="float:right;background-color:green;height:20px; width:100px">to test float and wrapping behavior. Longer text designed to test f loat and wrapping behavior.
45 Longer text designed to test float and wrapping behavior.
46 Longer text designed to test float and wrapping behavior.
47 Longer text designed to test float and wrapping behavior.
48 </span>
49 </div>
50 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698