Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: LayoutTests/fast/css/cursor-parsing-quirks.html

Issue 1355263002: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@urlThing161644
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/cursor-parsing-quirks.html
diff --git a/LayoutTests/fast/css/cursor-parsing-quirks.html b/LayoutTests/fast/css/cursor-parsing-quirks.html
index 1d28ffd5714223e8d81e4637080675bc89829dc2..6167acc92c58cebde879fe58cecffe8d1d9c2fc7 100644
--- a/LayoutTests/fast/css/cursor-parsing-quirks.html
+++ b/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.');
« no previous file with comments | « LayoutTests/fast/css/cursor-parsing-image-set-expected.txt ('k') | LayoutTests/fast/css/cursor-parsing-quirks-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698