Skip to content

Commit

Permalink
Tests: Remove Safari 7.0 & iOS 6 support tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 30, 2015
1 parent dec9ab9 commit 602c34d
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions test/unit/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,40 +317,6 @@ testIframeWithCallback(
"style": true,
"submit": true
};
} else if ( /7\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,
"boxSizingReliable": true,
"change": true,
"checkClone": true,
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
"createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"focusin": false,
"gBCRDimensions": true,
"html5Clone": true,
"htmlSerialize": true,
"input": true,
"leadingWhitespace": true,
"noCloneChecked": true,
"noCloneEvent": true,
"opacity": true,
"optDisabled": true,
"optSelected": true,
"ownFirst": true,
"pixelMarginRight": true,
"pixelPosition": false,
"radioValue": true,
"reliableHiddenOffsets": true,
"reliableMarginRight": true,
"reliableMarginLeft": true,
"style": true,
"submit": true
};
} else if ( /firefox/i.test( userAgent ) ) {
expected = {
"ajax": true,
Expand Down Expand Up @@ -453,7 +419,7 @@ testIframeWithCallback(
"style": true,
"submit": true
};
} else if ( /iphone os (6|7)/i.test( userAgent ) ) {
} else if ( /iphone os 7/i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,
Expand Down

0 comments on commit 602c34d

Please sign in to comment.