Skip to content

Commit

Permalink
Support: Add iOS6 support tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jan 27, 2014
1 parent 988d99a commit b2eb7ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/unit/support.js
Expand Up @@ -195,6 +195,22 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"radioValue": true,
"reliableMarginRight": true
};
} else if ( /iphone os 6_0/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,
"checkClone": true,
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
"focusinBubbles": false,
"noCloneChecked": true,
"optDisabled": true,
"optSelected": true,
"pixelPosition": false,
"radioValue": true,
"reliableMarginRight": true
};
}

if ( expected ) {
Expand Down

0 comments on commit b2eb7ec

Please sign in to comment.