mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Fix appendChecked support value for Safari 5.1
This commit is contained in:
parent
838bbe6d43
commit
49b03cf702
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user