| Index: third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
|
| index 42d8efc9da70a3be7362ada762dfe144223da4fc..61610e597983a44043105dd4a2c184f11c496d77 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
|
| @@ -19,8 +19,8 @@
|
| -webkit-margin-collapse: collapse; \
|
| padding: 2em; \
|
| -webkit-text-stroke: orange 1pt; \
|
| - -webkit-columns: 100px 3; \
|
| - -webkit-column-rule: thick dashed silver; \
|
| + columns: 100px 3; \
|
| + column-rule: thick dashed silver; \
|
| border-spacing: 10px 20px; \
|
| -webkit-border-radius: 6px 8px; \
|
| overflow: scroll; \
|
|
|