| 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..4e5d0d31b6f679b184285ae1767d311862a45acd 100644
|
| --- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html
|
| +++ b/LayoutTests/fast/multicol/columns-shorthand-parsing.html
|
| @@ -1,105 +1,31 @@
|
| -<html>
|
| -<head>
|
| +<!DOCTYPE html>
|
| <style>
|
| -body { overflow: hidden; }
|
| div {
|
| - -webkit-columns: 2;
|
| - -moz-column-count: 2;
|
| + -webkit-columns: 2;
|
| + -webkit-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>
|
|
|