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

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

Issue 18027002: Attempt to make newmulticol/columns-shorthand-parsing.html pass on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master, resolved conflict 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.internals) 4 if (window.internals)
5 internals.settings.setRegionBasedColumnsEnabled(true); 5 internals.settings.setRegionBasedColumnsEnabled(true);
6 </script> 6 </script>
7 <style> 7 <style>
8 div { 8 div {
9 -webkit-columns: 2; 9 -webkit-columns: 2;
10 -moz-column-count: 2; 10 -moz-column-count: 2;
11 columns: 2;
11 } 12 }
12 </style> 13 </style>
13 </head> 14 </head>
14 <body> 15 <body>
15 <div> 16 <div style="line-height:2em;">
16 This content should be split into two columns. 17 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.
18 This content should be split into two columns. 19 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. 20 This content should be split into two columns.
70 This content should be split into two columns. 21 This content should be split into two columns.
71 This content should be split into two columns. 22 This content should be split into two columns.
72 This content should be split into two columns. 23 This content should be split into two columns.
73 This content should be split into two columns. 24 This content should be split into two columns.
74 This content should be split into two columns. 25 This content should be split into two columns.
75 This content should be split into two columns. 26 This content should be split into two columns.
76 This content should be split into two columns. 27 This content should be split into two columns.
77 This content should be split into two columns. 28 This content should be split into two columns.
78 This content should be split into two columns. 29 This content should be split into two columns.
(...skipping 20 matching lines...) Expand all
99 This content should be split into two columns. 50 This content should be split into two columns.
100 This content should be split into two columns. 51 This content should be split into two columns.
101 This content should be split into two columns. 52 This content should be split into two columns.
102 This content should be split into two columns. 53 This content should be split into two columns.
103 This content should be split into two columns. 54 This content should be split into two columns.
104 This content should be split into two columns. 55 This content should be split into two columns.
105 This content should be split into two columns. 56 This content should be split into two columns.
106 </div> 57 </div>
107 </body> 58 </body>
108 </html> 59 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698