Chromium Code Reviews| Index: LayoutTests/fast/css/variables/var-inside-box-reflect.html |
| diff --git a/LayoutTests/fast/css/variables/var-inside-box-reflect.html b/LayoutTests/fast/css/variables/var-inside-box-reflect.html |
| index a7510f07ec985318a9a356175c2cad1ea972c0b6..69bffeef48bfcea0aa9edfa31ec4ce1c774effb7 100644 |
| --- a/LayoutTests/fast/css/variables/var-inside-box-reflect.html |
| +++ b/LayoutTests/fast/css/variables/var-inside-box-reflect.html |
| @@ -2,9 +2,9 @@ |
| <html> |
| <style> |
| div { |
| - -webkit-box-reflect: -webkit-var(a) -webkit-calc(-webkit-var(b)); |
| - -webkit-var-a: below; |
| - -webkit-var-b: 5px; |
| + -webkit-box-reflect: var(a) -webkit-calc(var(b)); |
| + var-a: below; |
| + var-b: 5px; |
| } |
| </style> |
| <div>This text should be reflected on the right.</div> |