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

Side by Side Diff: LayoutTests/fast/multicol/columns-shorthand-parsing.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
1 <html> 1 <!DOCTYPE html>
2 <head>
3 <style> 2 <style>
4 body { overflow: hidden; }
5 div { 3 div {
6 -webkit-columns: 2; 4 -webkit-columns: 2;
7 -moz-column-count: 2; 5 -webkit-column-gap: 0;
6 line-height: 20px;
7 height: 200px;
8 } 8 }
9 </style> 9 </style>
10 </head>
11 <body>
12 <div> 10 <div>
13 This content should be split into two columns. 11 This content should be split into two columns.<br>
14 This content should be split into two columns. 12 This content should be split into two columns.<br>
15 This content should be split into two columns. 13 This content should be split into two columns.<br>
16 This content should be split into two columns. 14 This content should be split into two columns.<br>
17 This content should be split into two columns. 15 This content should be split into two columns.<br>
18 This content should be split into two columns. 16 This content should be split into two columns.<br>
19 This content should be split into two columns. 17 This content should be split into two columns.<br>
20 This content should be split into two columns. 18 This content should be split into two columns.<br>
21 This content should be split into two columns. 19 This content should be split into two columns.<br>
22 This content should be split into two columns. 20 This content should be split into two columns.<br>
23 This content should be split into two columns. 21 This content should be split into two columns.<br>
24 This content should be split into two columns. 22 This content should be split into two columns.<br>
25 This content should be split into two columns. 23 This content should be split into two columns.<br>
26 This content should be split into two columns. 24 This content should be split into two columns.<br>
27 This content should be split into two columns. 25 This content should be split into two columns.<br>
28 This content should be split into two columns. 26 This content should be split into two columns.<br>
29 This content should be split into two columns. 27 This content should be split into two columns.<br>
30 This content should be split into two columns. 28 This content should be split into two columns.<br>
31 This content should be split into two columns. 29 This content should be split into two columns.<br>
32 This content should be split into two columns. 30 This content should be split into two columns.<br>
33 This content should be split into two columns.
34 This content should be split into two columns.
35 This content should be split into two columns.
36 This content should be split into two columns.
37 This content should be split into two columns.
38 This content should be split into two columns.
39 This content should be split into two columns.
40 This content should be split into two columns.
41 This content should be split into two columns.
42 This content should be split into two columns.
43 This content should be split into two columns.
44 This content should be split into two columns.
45 This content should be split into two columns.
46 This content should be split into two columns.
47 This content should be split into two columns.
48 This content should be split into two columns.
49 This content should be split into two columns.
50 This content should be split into two columns.
51 This content should be split into two columns.
52 This content should be split into two columns.
53 This content should be split into two columns.
54 This content should be split into two columns.
55 This content should be split into two columns.
56 This content should be split into two columns.
57 This content should be split into two columns.
58 This content should be split into two columns.
59 This content should be split into two columns.
60 This content should be split into two columns.
61 This content should be split into two columns.
62 This content should be split into two columns.
63 This content should be split into two columns.
64 This content should be split into two columns.
65 This content should be split into two columns.
66 This content should be split into two columns.
67 This content should be split into two columns.
68 This content should be split into two columns.
69 This content should be split into two columns.
70 This content should be split into two columns.
71 This content should be split into two columns.
72 This content should be split into two columns.
73 This content should be split into two columns.
74 This content should be split into two columns.
75 This content should be split into two columns.
76 This content should be split into two columns.
77 This content should be split into two columns.
78 This content should be split into two columns.
79 This content should be split into two columns.
80 This content should be split into two columns.
81 This content should be split into two columns.
82 This content should be split into two columns.
83 This content should be split into two columns.
84 This content should be split into two columns.
85 This content should be split into two columns.
86 This content should be split into two columns.
87 This content should be split into two columns.
88 This content should be split into two columns.
89 This content should be split into two columns.
90 This content should be split into two columns.
91 This content should be split into two columns.
92 This content should be split into two columns.
93 This content should be split into two columns.
94 This content should be split into two columns.
95 This content should be split into two columns.
96 This content should be split into two columns.
97 This content should be split into two columns.
98 This content should be split into two columns.
99 This content should be split into two columns.
100 This content should be split into two columns.
101 This content should be split into two columns.
102 This content should be split into two columns.
103 </div> 31 </div>
104 </body>
105 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/columns-shorthand-parsing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698