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)'); } |