aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,