diff options
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 4 |
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; } + |