diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-02-24 00:14:15 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-02-24 00:14:15 -0500 |
commit | a52391aa1dcf3f28306e274e1b2d7f0affc4e725 (patch) | |
tree | 161193e695bc1f4b9f034aafeb968c7e7b4c9b16 /test/data | |
parent | 1c35f3816a3b1be0855dcea8ab212af506e91f83 (diff) | |
download | jquery-a52391aa1dcf3f28306e274e1b2d7f0affc4e725.tar.gz jquery-a52391aa1dcf3f28306e274e1b2d7f0affc4e725.zip |
Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/support/bodyBackground.html | 7 |
1 files changed, 7 insertions, 0 deletions
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; + } </style> </head> <body> |