From: Dave Methvin Date: Thu, 12 Jul 2012 15:57:28 +0000 (-0400) Subject: Image location is relative to css file, not html file. X-Git-Tag: 1.8rc1~43 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2d09e9a325c730c31ada7b68fa46e345ac5535e0;p=jquery.git Image location is relative to css file, not html file. --- diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 0046c2fe2..aae0d8d96 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -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; }