| Index: LayoutTests/fast/css/variables/shorthand.html
|
| diff --git a/LayoutTests/fast/css/variables/shorthand.html b/LayoutTests/fast/css/variables/shorthand.html
|
| index 5d2992e9df6686402f530c3065bb485152caef22..ce50a30135c5d0a9244d95d8c6df3cd732865f99 100644
|
| --- a/LayoutTests/fast/css/variables/shorthand.html
|
| +++ b/LayoutTests/fast/css/variables/shorthand.html
|
| @@ -1,8 +1,8 @@
|
| <style>
|
| div {
|
| - -webkit-var-myborder: 10px solid green;
|
| + var-myborder: 10px solid green;
|
| border: 10px dashed red;
|
| - border: -webkit-var(myborder);
|
| + border: var(myborder);
|
| }
|
| </style>
|
| <div>
|
|
|