Tests: Remove Safari 7.0 & iOS 6 support tests results

This commit is contained in:
Michał Gołębiowski
2015-10-30 19:14:41 +01:00
parent 1c2b5362ef
commit 47e2aa6593

View File

@@ -161,23 +161,6 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
} else if ( /7\.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 ( /firefox/i.test( userAgent ) ) {
expected = {
"ajax": true,
@@ -229,7 +212,7 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
} else if ( /iphone os (6|7)/i.test( userAgent ) ) {
} else if ( /iphone os 7/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,