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

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: 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 border: 5px solid blue;
6 margin-bottom: 1em;
7 line-height: 20px;
8 }
9 .column {
10 display: inline-block;
mstensho (USE GERRIT) 2014/10/20 20:14:53 You could use float:left instead, so that you woul
andersr 2014/10/21 07:00:11 Done.
mstensho (USE GERRIT) 2014/10/21 07:35:09 Acknowledged.
11 width: 200px;
12 vertical-align: top;
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><div class="column">
28 Second column<br>
29 Second column<br>
30 Second column<br>
31 Second column<br>
32 </div>
33 </div>
34 <div class="columns">
35 <div class="column">
36 First column<br>
37 First column<br>
38 First column<br>
39 First column<br>
40 </div><div class="column">
41 Second column<br>
42 Second column<br>
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 </div>
52 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698