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

Side by Side Diff: LayoutTests/fast/multicol/column-break-with-balancing-expected.html

Issue 671433002: Convert fast/multicol/column-break-with-balancing (and related) to reftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use float, not inline-block. Created 6 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .columns {
4 width: 400px;
5 height: 200px;
6 border: 5px solid blue;
7 margin-bottom: 1em;
8 line-height: 20px;
9 }
10 .column {
11 float: left;
12 width: 200px;
13 }
14 </style>
15 <div class="columns">
16 <div class="column">
17 First column<br>
18 First column<br>
19 First column<br>
20 First column<br>
21 First column<br>
22 First column<br>
23 First column<br>
24 First column<br>
25 First column<br>
26 First column<br>
27 </div>
28 <div class="column">
29 Second column<br>
30 Second column<br>
31 Second column<br>
32 Second column<br>
33 </div>
34 </div>
35 <div class="columns">
36 <div class="column">
37 First column<br>
38 First column<br>
39 First column<br>
40 First column<br>
41 </div>
42 <div class="column">
43 Second column<br>
44 Second column<br>
45 Second column<br>
46 Second column<br>
47 Second column<br>
48 Second column<br>
49 Second column<br>
50 Second column<br>
51 Second column<br>
52 Second column<br>
53 </div>
54 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698