Chromium Code Reviews| Index: LayoutTests/fast/css/variables/invalid-variable-value.html |
| diff --git a/LayoutTests/fast/css/variables/invalid-variable-value.html b/LayoutTests/fast/css/variables/invalid-variable-value.html |
| index 4cd075795729f3b14fe1665c4a1dddf9beceb6ec..e8a7cd98dbb10e73aa880f39bdf9df21d69ff52a 100644 |
| --- a/LayoutTests/fast/css/variables/invalid-variable-value.html |
| +++ b/LayoutTests/fast/css/variables/invalid-variable-value.html |
| @@ -1,8 +1,8 @@ |
| <style> |
| div { |
| - -webkit-var-a: green; |
| - -webkit-var-a: 10px; |
| - color: -webkit-var(a); |
| + var-a: green; |
| + var-a: 10px; |
| + color: var(a); |
| } |
| </style> |
| <div> |