aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2018-11-12 18:54:15 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2018-11-12 18:54:15 +0100
commitbc8aedf04210db9af519cdc1e947ee14f36934d6 (patch)
tree3d22b3b7fab28493643beb03a457cd0c31554623 /test
parent9b77def560212d12fef2d0b9c12aa50727e3e5d7 (diff)
downloadjquery-bc8aedf04210db9af519cdc1e947ee14f36934d6.tar.gz
jquery-bc8aedf04210db9af519cdc1e947ee14f36934d6.zip
Tests: Move latest Firefox before Firefox 60 test results
Diffstat (limited to 'test')
-rw-r--r--test/unit/support.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 6019819c5..abe2b66b2 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -160,7 +160,7 @@ testIframe(
"reliableMarginLeft": true,
"scrollboxSize": true
},
- firefox_60: {
+ firefox: {
"ajax": true,
"boxSizingReliable": true,
"checkClone": true,
@@ -174,10 +174,10 @@ testIframe(
"pixelBoxStyles": true,
"pixelPosition": true,
"radioValue": true,
- "reliableMarginLeft": false,
+ "reliableMarginLeft": true,
"scrollboxSize": true
},
- firefox: {
+ firefox_60: {
"ajax": true,
"boxSizingReliable": true,
"checkClone": true,
@@ -191,7 +191,7 @@ testIframe(
"pixelBoxStyles": true,
"pixelPosition": true,
"radioValue": true,
- "reliableMarginLeft": true,
+ "reliableMarginLeft": false,
"scrollboxSize": true
},
ios_11: {