]> source.dussan.org Git - jquery.git/commitdiff
Image location is relative to css file, not html file.
authorDave Methvin <dave.methvin@gmail.com>
Thu, 12 Jul 2012 15:57:28 +0000 (11:57 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 12 Jul 2012 15:57:28 +0000 (11:57 -0400)
test/data/testsuite.css

index 0046c2fe24bf6e51152575598632f73b811a147a..aae0d8d96e17bec2b257c482a69e90a5b345910a 100644 (file)
@@ -128,4 +128,4 @@ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jq
 section { background:#f0f; display:block; }
 
 /* #11971 */
-#foo { background: url(data/1x1.jpg) right bottom no-repeat; }
+#foo { background: url(1x1.jpg) right bottom no-repeat; }