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

Side by Side Diff: LayoutTests/fast/multicol/columns-shorthand-parsing-expected.html

Issue 655253004: Convert fast/multicol/columns-shorthand-parsing to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use float, remove -moz. 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 line-height: 20px;
5 height: 200px;
6 }
7 .column {
8 float: left;
9 width: 50%;
10 }
11 </style>
12 <div class="columns">
13 <div class="column">
14 This content should be split into two columns.<br>
15 This content should be split into two columns.<br>
16 This content should be split into two columns.<br>
17 This content should be split into two columns.<br>
18 This content should be split into two columns.<br>
19 This content should be split into two columns.<br>
20 This content should be split into two columns.<br>
21 This content should be split into two columns.<br>
22 This content should be split into two columns.<br>
23 This content should be split into two columns.<br>
24 </div>
25 <div class="column">
26 This content should be split into two columns.<br>
27 This content should be split into two columns.<br>
28 This content should be split into two columns.<br>
29 This content should be split into two columns.<br>
30 This content should be split into two columns.<br>
31 This content should be split into two columns.<br>
32 This content should be split into two columns.<br>
33 This content should be split into two columns.<br>
34 This content should be split into two columns.<br>
35 This content should be split into two columns.<br>
36 </div>
37 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698