| Index: LayoutTests/fast/css/test-setting-canvas-color.html
|
| diff --git a/LayoutTests/fast/css/test-setting-canvas-color.html b/LayoutTests/fast/css/test-setting-canvas-color.html
|
| index 1988064352a185229207be9e113083d6c1d3e5f6..1a5000a9faeb6ac15611dc3a36f762162794b253 100644
|
| --- a/LayoutTests/fast/css/test-setting-canvas-color.html
|
| +++ b/LayoutTests/fast/css/test-setting-canvas-color.html
|
| @@ -241,7 +241,7 @@ shouldNotSuccessfullyParse("url(http://127.0.0.1:8080/)");
|
| shouldNotSuccessfullyParse("inherited");
|
| shouldNotSuccessfullyParse("#100%");
|
| shouldNotSuccessfullyParse("#100px");
|
| -shouldNotSuccessfullyParse('-webkit-var("test")');
|
| +shouldNotSuccessfullyParse('var("test")');
|
| </script>
|
| <script src="../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|