Chromium Code Reviews| Index: LayoutTests/fast/css/variables/undefined.html |
| diff --git a/LayoutTests/fast/css/variables/undefined.html b/LayoutTests/fast/css/variables/undefined.html |
| index 7743104e4ae5b4f7f61549472ab95f50a3759dd9..18f7edc197f750aea5f9d0c6f3e51b0693723e93 100644 |
| --- a/LayoutTests/fast/css/variables/undefined.html |
| +++ b/LayoutTests/fast/css/variables/undefined.html |
| @@ -1,6 +1,6 @@ |
| <style> |
| body { |
| - border: -webkit-var(myborder); |
| + border: var(myborder); |
| } |
| </style> |
| Test successful if it does not cause a crash. |