mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Add Safari 11 support test results
This commit is contained in:
parent
56e891dea1
commit
50e3395e7e
@ -133,6 +133,24 @@ testIframe(
|
||||
"reliableMarginLeft": true,
|
||||
"scrollboxSize": true
|
||||
};
|
||||
} else if ( /\b11\.\d(\.\d+)* safari/i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"boxSizingReliable": true,
|
||||
"checkClone": true,
|
||||
"checkOn": true,
|
||||
"clearCloneStyle": true,
|
||||
"cors": true,
|
||||
"createHTMLDocument": true,
|
||||
"focusin": false,
|
||||
"noCloneChecked": true,
|
||||
"optSelected": true,
|
||||
"pixelBoxStyles": true,
|
||||
"pixelPosition": true,
|
||||
"radioValue": true,
|
||||
"reliableMarginLeft": true,
|
||||
"scrollboxSize": true
|
||||
};
|
||||
} else if ( /\b(?:9|10)\.\d(\.\d+)* safari/i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
|
Loading…
Reference in New Issue
Block a user