Tests: Add Safari 11 support test results

This commit is contained in:
Michał Gołębiowski-Owczarek 2017-10-18 17:59:22 +02:00
parent 56e891dea1
commit 50e3395e7e

View File

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