Skip to content

Commit bc8aedf

Browse files
committed
Tests: Move latest Firefox before Firefox 60 test results
1 parent 9b77def commit bc8aedf

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
@@ -160,7 +160,7 @@ testIframe(
160160
"reliableMarginLeft": true,
161161
"scrollboxSize": true
162162
},
163-
firefox_60: {
163+
firefox: {
164164
"ajax": true,
165165
"boxSizingReliable": true,
166166
"checkClone": true,
@@ -174,10 +174,10 @@ testIframe(
174174
"pixelBoxStyles": true,
175175
"pixelPosition": true,
176176
"radioValue": true,
177-
"reliableMarginLeft": false,
177+
"reliableMarginLeft": true,
178178
"scrollboxSize": true
179179
},
180-
firefox: {
180+
firefox_60: {
181181
"ajax": true,
182182
"boxSizingReliable": true,
183183
"checkClone": true,
@@ -191,7 +191,7 @@ testIframe(
191191
"pixelBoxStyles": true,
192192
"pixelPosition": true,
193193
"radioValue": true,
194-
"reliableMarginLeft": true,
194+
"reliableMarginLeft": false,
195195
"scrollboxSize": true
196196
},
197197
ios_11: {

0 commit comments

Comments
 (0)