Chromium Code Reviews| Index: LayoutTests/inspector/styles/variables/css-variables.html |
| diff --git a/LayoutTests/inspector/styles/variables/css-variables.html b/LayoutTests/inspector/styles/variables/css-variables.html |
| index fd68af70c0b8557b86477e564ee1d3ed74004485..77a81f874dc4baf2daeef4bee58ed087dda29f95 100644 |
| --- a/LayoutTests/inspector/styles/variables/css-variables.html |
| +++ b/LayoutTests/inspector/styles/variables/css-variables.html |
| @@ -2,8 +2,8 @@ |
| <head> |
| <style> |
| #inspected { |
| - -webkit-var-a: green; |
| - color: -webkit-var(a); |
| + var-a: green; |
| + color: var(a); |
| } |
| </style> |