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

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

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-expected.txt
diff --git a/LayoutTests/fast/css/uri-token-parsing-expected.txt b/LayoutTests/fast/css/uri-token-parsing-expected.txt
index e4c0371c28fa0d51de693d0b3a730b47d9cf724b..93323e78075ec760cd89d2010897984cebfe607a 100644
--- a/LayoutTests/fast/css/uri-token-parsing-expected.txt
+++ b/LayoutTests/fast/css/uri-token-parsing-expected.txt
@@ -18,7 +18,7 @@ Rules from the stylesheet:
#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)'); }
@@ -43,7 +43,7 @@ Expected result:
#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/uri-token-parsing.html ('k') | LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698