From 2d09e9a325c730c31ada7b68fa46e345ac5535e0 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 12 Jul 2012 11:57:28 -0400 Subject: [PATCH] Image location is relative to css file, not html file. --- test/data/testsuite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5