aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-05-25 13:58:05 -0400
committertimmywil <tim.willison@thisismedium.com>2011-05-25 13:58:05 -0400
commite5457a5a1faa642b0af13e87ee3f76f2ef704b30 (patch)
tree72de8a552aa92a86cf22ff09000afde40862aac3 /test
parentb43910a496ccb2b44dcc11b64667e21521aa4994 (diff)
downloadjquery-e5457a5a1faa642b0af13e87ee3f76f2ef704b30.tar.gz
jquery-e5457a5a1faa642b0af13e87ee3f76f2ef704b30.zip
Remove unnecessary background setting in support now that we have the div reversion. Test added.
Diffstat (limited to 'test')
-rw-r--r--test/data/testsuite.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 99851eaa5..8889de0f5 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -117,3 +117,7 @@ v\:oval { behavior:url(#default#VML); display:inline-block; }
tt { display: none; }
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; }
+