aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
m---------src/sizzle0
-rw-r--r--src/support.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/sizzle b/src/sizzle
-Subproject f690144148d95adc867fa2a7e25be0e05eb2ecc
+Subproject 3ed4e970e262230c799eaf24cc6d889828a3d6f
diff --git a/src/support.js b/src/support.js
index f998f1270..7629c38e7 100644
--- a/src/support.js
+++ b/src/support.js
@@ -172,7 +172,7 @@ jQuery.support = (function() {
// Run tests that need a body at doc ready
jQuery(function() {
var container, div, tds, marginDiv,
- divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
+ divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",
body = document.getElementsByTagName("body")[0];
if ( !body ) {