From 49b03cf702a9b302268d51930a4ab0246c4feab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 22 Jan 2014 22:33:22 +0100 Subject: [PATCH] Tests: Fix appendChecked support value for Safari 5.1 --- test/unit/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,