Tests: Fix appendChecked support value for Safari 5.1

This commit is contained in:
Michał Gołębiowski 2014-01-22 22:33:22 +01:00
parent 838bbe6d43
commit 49b03cf702

View File

@ -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,