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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests 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: third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt b/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt
index 04a1701ca7f6d9e503ae9b2b915c999d08a3a991..fe77db5becff039f2bcea60f0938e8963eec3c6e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test cursor rules which should accept 'hand' as an alias of 'pointer'.
PASS roundtripCssRule("cursor: hand;") is "cursor: pointer;"
-PASS roundtripCssRule("cursor: url(file:///foo.png), hand;") is "cursor: url(file:///foo.png), pointer;"
+PASS roundtripCssRule("cursor: url(file:///foo.png), hand;") is "cursor: url(\"file:///foo.png\"), pointer;"
Test invalid cursor rules which shouldn't parse at all.
PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png);") is ""

Powered by Google App Engine
This is Rietveld 408576698