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

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

Issue 20228003: Remove test fast/multicol/newmulticol/columns-shorthand-parsing.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 div {
5 -webkit-columns: 2;
6 -moz-column-count: 2;
7 columns: 2;
8 }
9 </style>
10 </head>
11 <body>
12 <div>
13 This content should be split into two columns.
14 This content should be split into two columns.
15 This content should be split into two columns.
16 This content should be split into two columns.
17 This content should be split into two columns.
18 This content should be split into two columns.
19 This content should be split into two columns.
20 This content should be split into two columns.
21 This content should be split into two columns.
22 This content should be split into two columns.
23 This content should be split into two columns.
24 This content should be split into two columns.
25 This content should be split into two columns.
26 This content should be split into two columns.
27 This content should be split into two columns.
28 This content should be split into two columns.
29 This content should be split into two columns.
30 This content should be split into two columns.
31 This content should be split into two columns.
32 This content should be split into two columns.
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>
104 </body>
105 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698