aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-05-25 14:01:33 -0400
committertimmywil <tim.willison@thisismedium.com>2011-05-25 14:01:33 -0400
commita5396bde7008470d22d562303ac6fbfbe8ebdaec (patch)
tree3bd3af8938f6ca7954ce3f1f4aec4fdac5da0513
parente5457a5a1faa642b0af13e87ee3f76f2ef704b30 (diff)
downloadjquery-a5396bde7008470d22d562303ac6fbfbe8ebdaec.tar.gz
jquery-a5396bde7008470d22d562303ac6fbfbe8ebdaec.zip
Attach background data to divs as well
-rw-r--r--test/data/testsuite.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 8889de0f5..47caf34a3 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -119,5 +119,5 @@ sup { display: none; }
dfn { display: none; }
/* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
-body { background: url(http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0; }
+body, div { background: url(http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0; }