From a5396bde7008470d22d562303ac6fbfbe8ebdaec Mon Sep 17 00:00:00 2001 From: timmywil Date: Wed, 25 May 2011 14:01:33 -0400 Subject: [PATCH] Attach background data to divs as well --- 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 8889de0f..47caf34a 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; }