Index: third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks.html b/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks.html |
index 1d28ffd5714223e8d81e4637080675bc89829dc2..6167acc92c58cebde879fe58cecffe8d1d9c2fc7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks.html |
@@ -39,7 +39,7 @@ function roundtripCssRule(cssText) |
debug('Test cursor rules which should accept \'hand\' as an alias of \'pointer\'.'); |
testCursorRule('hand', 'pointer'); |
-testCursorRule('url(file:///foo.png), hand', 'url(file:///foo.png), pointer'); |
+testCursorRule('url(file:///foo.png), hand', 'url("file:///foo.png"), pointer'); |
debug(''); |
debug('Test invalid cursor rules which shouldn\'t parse at all.'); |