Skip to content

Commit e904249

Browse files
committed
Tests: Fix Safari 5.1 support tests results
1 parent 283a194 commit e904249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/support.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ testIframeWithCallback(
224224
"noCloneChecked": true,
225225
"optDisabled": true,
226226
"optSelected": true,
227-
"pixelMarginRight": true,
227+
"pixelMarginRight": false,
228228
"pixelPosition": false,
229229
"radioValue": true,
230230
"reliableMarginLeft": false,
231-
"reliableMarginRight": false
231+
"reliableMarginRight": true
232232
};
233233
} else if ( /firefox/i.test( userAgent ) ) {
234234
expected = {

0 commit comments

Comments
 (0)