aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-01-22 22:33:22 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-01-22 22:33:22 +0100
commit49b03cf702a9b302268d51930a4ab0246c4feab3 (patch)
tree670cf041718c07eeef7ac5dc22dce02e235fc653
parent838bbe6d43422e364674c75b06e178a557fbb2be (diff)
downloadjquery-49b03cf702a9b302268d51930a4ab0246c4feab3.tar.gz
jquery-49b03cf702a9b302268d51930a4ab0246c4feab3.zip
Tests: Fix appendChecked support value for Safari 5.1
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 17a0e8028..6bb69e350 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -455,7 +455,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
} else if ( /5\.1(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
- "appendChecked": false,
+ "appendChecked": true,
"boxSizing": true,
"boxSizingReliable": true,
"changeBubbles": true,