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

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

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 <style> 3 <style>
4 body { overflow: hidden; } 4 body { overflow: hidden; }
5 div { 5 div {
6 -webkit-columns: 2; 6 -webkit-columns: 2;
7 -moz-column-count: 2; 7 -moz-column-count: 2;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 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. 97 This content should be split into two columns.
98 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. 99 This content should be split into two columns.
100 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. 101 This content should be split into two columns.
102 This content should be split into two columns. 102 This content should be split into two columns.
103 </div> 103 </div>
104 </body> 104 </body>
105 </html> 105 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698