From a52391aa1dcf3f28306e274e1b2d7f0affc4e725 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Fri, 24 Feb 2012 00:14:15 -0500 Subject: Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. --- test/data/support/bodyBackground.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/data') diff --git a/test/data/support/bodyBackground.html b/test/data/support/bodyBackground.html index cd3744b87..0f12e75f9 100644 --- a/test/data/support/bodyBackground.html +++ b/test/data/support/bodyBackground.html @@ -6,6 +6,13 @@ body { background: #000000; } + + div { + padding: 15px; + border: 1px solid #999; + display: inline; + margin:8px; + } -- cgit v1.2.3