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

Unified Diff: LayoutTests/fast/css/uri-token-parsing.html

Issue 23816008: Drop CSS cursor quirk for missing fallback cursor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added default pointer fallback to cursor rule in http test Created 7 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/uri-token-parsing.html
diff --git a/LayoutTests/fast/css/uri-token-parsing.html b/LayoutTests/fast/css/uri-token-parsing.html
index 4a141a4a66fe16c902955dad370e3832f25c4b5b..3fafb75a66150975f438cfb549f99a864cb66b23 100644
--- a/LayoutTests/fast/css/uri-token-parsing.html
+++ b/LayoutTests/fast/css/uri-token-parsing.html
@@ -14,7 +14,7 @@
#n { content: url("e "); }
#o { content: url(" f "); }
#p { content: url("url(g)"); }
-#q { cursor: url("url(q)"); }
+#q { cursor: url("url(q)"), pointer; }
#r { list-style-image: url("url(r)"); }
#s { background-image: url("url(s)"); }
#t { -webkit-mask-image: url("url(t)"); }
@@ -92,7 +92,7 @@ function runTest()
#n { content: url(e); }
#o { content: url(f); }
#p { content: url('url(g)'); }
-#q { cursor: url('url(q)'); }
+#q { cursor: url('url(q)'), pointer; }
#r { list-style-image: url('url(r)'); }
#s { background-image: url('url(s)'); }
#t { -webkit-mask: url('url(t)'); }
« no previous file with comments | « LayoutTests/fast/css/invalid-cursor-property-crash.html ('k') | LayoutTests/fast/css/uri-token-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698