diff options
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |