| Index: LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
|
| index 9544240aa6825db17c818f0b1dbfd4d7173ecebe..701117df98919029a77f6fbc17d9e11969651007 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
|
| @@ -8,61 +8,12 @@
|
| div {
|
| -webkit-columns: 2;
|
| -moz-column-count: 2;
|
| + columns: 2;
|
| }
|
| </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.
|
| +<div style="line-height:2em;">
|
| This content should be split into two columns.
|
| This content should be split into two columns.
|
| This content should be split into two columns.
|
|
|