Chromium Code Reviews| Index: LayoutTests/fast/css/variables/simple-cycle.html |
| diff --git a/LayoutTests/fast/css/variables/simple-cycle.html b/LayoutTests/fast/css/variables/simple-cycle.html |
| index 4d1e63f44313bea16792731401ace7519cf5bbaa..1bfb0e3da746105e812aee08c25517a20269c4ed 100644 |
| --- a/LayoutTests/fast/css/variables/simple-cycle.html |
| +++ b/LayoutTests/fast/css/variables/simple-cycle.html |
| @@ -1,7 +1,7 @@ |
| <style> |
| body { |
| - -webkit-var-a: -webkit-var(a); |
| - color: -webkit-var(a); |
| + var-a: var(a); |
| + color: var(a); |
| } |
| </style> |
| This test is successful if it does not result in a crash. |