Tests: Fix support tests results

This commit is contained in:
Michał Gołębiowski 2015-11-16 22:11:39 +01:00
parent c56e8b680d
commit f6dd76709a

View File

@ -73,7 +73,7 @@ testIframeWithCallback(
"pixelPosition": true, "pixelPosition": true,
"radioValue": true, "radioValue": true,
"reliableMarginLeft": true, "reliableMarginLeft": true,
"reliableMarginLRight": true "reliableMarginRight": true
}; };
} else if ( /opera.*version\/12\.1/i.test( userAgent ) ) { } else if ( /opera.*version\/12\.1/i.test( userAgent ) ) {
expected = { expected = {
@ -227,8 +227,8 @@ testIframeWithCallback(
"pixelMarginRight": true, "pixelMarginRight": true,
"pixelPosition": false, "pixelPosition": false,
"radioValue": true, "radioValue": true,
"reliableMarginLeft": true, "reliableMarginLeft": false,
"reliableMarginRight": true "reliableMarginRight": false
}; };
} else if ( /firefox/i.test( userAgent ) ) { } else if ( /firefox/i.test( userAgent ) ) {
expected = { expected = {
@ -266,7 +266,7 @@ testIframeWithCallback(
"pixelPosition": false, "pixelPosition": false,
"radioValue": true, "radioValue": true,
"reliableMarginLeft": true, "reliableMarginLeft": true,
"reliableMarginLRight": true "reliableMarginRight": true
}; };
} else if ( /iphone os 8_/i.test( userAgent ) ) { } else if ( /iphone os 8_/i.test( userAgent ) ) {
expected = { expected = {