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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
1 Test the parsing of the cursor property in quirks mode. 1 Test the parsing of the cursor property in quirks mode.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test cursor rules which should accept 'hand' as an alias of 'pointer'. 6 Test cursor rules which should accept 'hand' as an alias of 'pointer'.
7 PASS roundtripCssRule("cursor: hand;") is "cursor: pointer;" 7 PASS roundtripCssRule("cursor: hand;") is "cursor: pointer;"
8 PASS roundtripCssRule("cursor: url(file:///foo.png), hand;") is "cursor: url(fil e:///foo.png), pointer;" 8 PASS roundtripCssRule("cursor: url(file:///foo.png), hand;") is "cursor: url(\"f ile:///foo.png\"), pointer;"
9 9
10 Test invalid cursor rules which shouldn't parse at all. 10 Test invalid cursor rules which shouldn't parse at all.
11 PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png);") is "" 11 PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png);") is ""
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698