Chromium Code Reviews| Index: LayoutTests/css3/css-variable-definition-expected.html |
| diff --git a/LayoutTests/css3/css-variable-definition-expected.html b/LayoutTests/css3/css-variable-definition-expected.html |
| index 7d2f942b88684d2d286e6e9aadad0cbdca893d4b..18fbf334e61fb3f828a7b06a985ae89efacc750c 100644 |
| --- a/LayoutTests/css3/css-variable-definition-expected.html |
| +++ b/LayoutTests/css3/css-variable-definition-expected.html |
| @@ -1,10 +1,10 @@ |
| <html> |
| <style> |
| :root { |
| - -webkit-var-mycolor: red; |
| + var-mycolor: red; |
| } |
| div { |
| - color: -webkit-var(mycolor); |
| + color: var(mycolor); |
| } |
| </style> |
| <body> |