Chromium Code Reviews| Index: LayoutTests/fast/multicol/columns-shorthand-parsing.html |
| diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
| index ff249999f418841428a156929f275baf9c3e3627..4e2be17a3103fa5af4a6af77a3d5e074bc87f0c5 100644 |
| --- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
| +++ b/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
| @@ -1,105 +1,33 @@ |
| -<html> |
| -<head> |
| +<!DOCTYPE html> |
| <style> |
| -body { overflow: hidden; } |
| div { |
| - -webkit-columns: 2; |
| - -moz-column-count: 2; |
| + -webkit-columns: 2; |
| + -webkit-column-gap: 0; |
| + -moz-column-count: 2; |
|
mstensho (USE GERRIT)
2014/10/20 20:58:47
You can skip the -moz- stuff.
andersr
2014/10/21 12:02:10
Done.
|
| + -moz-column-gap: 0; |
| + line-height: 20px; |
| + height: 200px; |
| } |
| </style> |
| -</head> |
| -<body> |
| <div> |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| -This content should be split into two columns. |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| +This content should be split into two columns.<br> |
| </div> |
| -</body> |
| -</html> |