Skip to content

Commit f6dd767

Browse files
committed
Tests: Fix support tests results
1 parent c56e8b6 commit f6dd767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/support.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ testIframeWithCallback(
7373
"pixelPosition": true,
7474
"radioValue": true,
7575
"reliableMarginLeft": true,
76-
"reliableMarginLRight": true
76+
"reliableMarginRight": true
7777
};
7878
} else if ( /opera.*version\/12\.1/i.test( userAgent ) ) {
7979
expected = {
@@ -227,8 +227,8 @@ testIframeWithCallback(
227227
"pixelMarginRight": true,
228228
"pixelPosition": false,
229229
"radioValue": true,
230-
"reliableMarginLeft": true,
231-
"reliableMarginRight": true
230+
"reliableMarginLeft": false,
231+
"reliableMarginRight": false
232232
};
233233
} else if ( /firefox/i.test( userAgent ) ) {
234234
expected = {
@@ -266,7 +266,7 @@ testIframeWithCallback(
266266
"pixelPosition": false,
267267
"radioValue": true,
268268
"reliableMarginLeft": true,
269-
"reliableMarginLRight": true
269+
"reliableMarginRight": true
270270
};
271271
} else if ( /iphone os 8_/i.test( userAgent ) ) {
272272
expected = {

0 commit comments

Comments
 (0)