| Index: LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html
|
| diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html
|
| similarity index 99%
|
| copy from LayoutTests/fast/multicol/columns-shorthand-parsing.html
|
| copy to LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html
|
| index 8af4ffaa67fdd8ba2fd908ea73f5edc3a38a51fc..76c9af1e40896a7d163dfe90354f174bde9e6eaf 100644
|
| --- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html
|
| @@ -4,6 +4,7 @@
|
| div {
|
| -webkit-columns: 2;
|
| -moz-column-count: 2;
|
| + columns: 2;
|
| }
|
| </style>
|
| </head>
|
|
|