| Index: LayoutTests/fast/css/variables/invalid-shorthand.html
|
| diff --git a/LayoutTests/fast/css/variables/invalid-shorthand.html b/LayoutTests/fast/css/variables/invalid-shorthand.html
|
| index c98e4d394c47cb0919c565ff985edb2f3f5dbf6b..c870a5722d0ce88527fda9cbb1dcfe7e354dc3d0 100644
|
| --- a/LayoutTests/fast/css/variables/invalid-shorthand.html
|
| +++ b/LayoutTests/fast/css/variables/invalid-shorthand.html
|
| @@ -1,7 +1,7 @@
|
| <style>
|
| div {
|
| - -webkit-var-a: 10px solid green;
|
| - border: 10px -webkit-var(a) blue;
|
| + var-a: 10px solid green;
|
| + border: 10px var(a) blue;
|
| }
|
| </style>
|
| <div>
|
|
|