aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js
index 9950b33d4..35fb87612 100644
--- a/src/support.js
+++ b/src/support.js
@@ -65,7 +65,7 @@ jQuery.support = (function() {
support.focusinBubbles = "onfocusin" in window || div.attributes.onfocusin.expando === false;
div.style.backgroundClip = "content-box";
- div.cloneNode().style.backgroundClip = "";
+ div.cloneNode( true ).style.backgroundClip = "";
support.clearCloneStyle = div.style.backgroundClip === "content-box";
// Run tests that need a body at doc ready