| Index: LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
|
| diff --git a/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html b/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
|
| index 29f74f0519189dd524ac12006efd5f609b8c8d56..153e737829a2a6945fa02db9bab7512fa301c2c3 100644
|
| --- a/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
|
| +++ b/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
|
| @@ -4,7 +4,7 @@ if (window.testRunner)
|
| </script>
|
| <style>
|
| div {
|
| - -webkit-var-b: 1pxpx;
|
| + var-b: 1pxpx;
|
| }
|
| </style>
|
| This test is successful if it does not crash.
|
|
|