mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: Fix support tests results
This commit is contained in:
parent
c56e8b680d
commit
f6dd76709a
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user