Index: LayoutTests/fast/css/uri-token-parsing.html |
=================================================================== |
--- LayoutTests/fast/css/uri-token-parsing.html (revision 115068) |
+++ LayoutTests/fast/css/uri-token-parsing.html (working copy) |
@@ -93,7 +93,7 @@ |
#o { content: url(f); } |
#p { content: url('url(g)'); } |
#q { cursor: url('url(q)'); } |
-#r { list-style-image: url('url(r)'); } |
+#r { list-style: url('url(r)'); } |
#s { background-image: url('url(s)'); } |
#t { -webkit-mask: url('url(t)'); } |
#u { -webkit-border-image: url('url(u)') 1 2 3 4 fill stretch round; } |