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

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: 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 display: inline-block;
mstensho (USE GERRIT) 2014/10/20 20:58:47 Using float:left instead of display:inline-block h
andersr 2014/10/21 12:02:10 Done.
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><div class="column">
25 This content should be split into two columns.<br>
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 </div>
36 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698