| Index: LayoutTests/fast/css/variables/calc-vw-crash.html
|
| diff --git a/LayoutTests/fast/css/variables/calc-vw-crash.html b/LayoutTests/fast/css/variables/calc-vw-crash.html
|
| index f2fc0458c9804af87ce87231a3281c04bddb7331..f37498328fe62843dddb9c8c987b02e3b08a0d27 100644
|
| --- a/LayoutTests/fast/css/variables/calc-vw-crash.html
|
| +++ b/LayoutTests/fast/css/variables/calc-vw-crash.html
|
| @@ -7,7 +7,7 @@ if (window.testRunner) {
|
| </script>
|
| <style>
|
| #foo {
|
| - -webkit-var-var23: -webkit-calc(0vw);
|
| + var-var23: -webkit-calc(0vw);
|
| }
|
| </style>
|
| This test is successful if it does not crash.
|
|
|