mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 21:15:01 -05:00
Tests: Fix appendChecked support value for Safari 5.1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user