diff options
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 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; } |