Skip to content

Commit

Permalink
Tests: Add Safari 9 support tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 18, 2015
1 parent 487d5ca commit e99a3ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/unit/support.js
Expand Up @@ -127,6 +127,23 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
} else if ( /9\.0(\.\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,
"pixelMarginRight": true,
"pixelPosition": false,
"radioValue": true,
"reliableMarginLeft": true
};
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
Expand Down

0 comments on commit e99a3ac

Please sign in to comment.