diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-07-12 11:57:28 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-07-12 11:57:28 -0400 |
commit | 2d09e9a325c730c31ada7b68fa46e345ac5535e0 (patch) | |
tree | 96bdf498e4f95e0306be354883b9ad5be2d63444 /test/data | |
parent | 8f1f88a5da6d70ca10a59c0fe0250519db766e37 (diff) | |
download | jquery-2d09e9a325c730c31ada7b68fa46e345ac5535e0.tar.gz jquery-2d09e9a325c730c31ada7b68fa46e345ac5535e0.zip |
Image location is relative to css file, not html file.
Diffstat (limited to 'test/data')
-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; } |