Chromium Code Reviews| Index: LayoutTests/fast/css/variables/calc-invalid-value.html |
| diff --git a/LayoutTests/fast/css/variables/calc-invalid-value.html b/LayoutTests/fast/css/variables/calc-invalid-value.html |
| index 4b8ed1caa99fdd7c10593d051589d297aaf03bbd..f890d8a4135b9715a737c0755ce569229e15c2fa 100644 |
| --- a/LayoutTests/fast/css/variables/calc-invalid-value.html |
| +++ b/LayoutTests/fast/css/variables/calc-invalid-value.html |
| @@ -4,8 +4,8 @@ |
| div { |
| border-color: green; |
| border-style: solid; |
| - border-width: -webkit-calc(-webkit-var(a) + 1px); |
| - -webkit-var-a: black; |
| + border-width: -webkit-calc(var(a) + 1px); |
| + var-a: black; |
| } |
| </style> |
| <div>This text should have the default border width</div> |