"reliableMarginLeft": true,
"scrollboxSize": true
},
- firefox: {
+ firefox_60: {
"ajax": true,
"boxSizingReliable": true,
"checkClone": true,
"reliableMarginLeft": false,
"scrollboxSize": true
},
+ firefox: {
+ "ajax": true,
+ "boxSizingReliable": true,
+ "checkClone": true,
+ "checkOn": true,
+ "clearCloneStyle": true,
+ "cors": true,
+ "createHTMLDocument": true,
+ "focusin": false,
+ "noCloneChecked": true,
+ "optSelected": true,
+ "pixelBoxStyles": true,
+ "pixelPosition": true,
+ "radioValue": true,
+ "reliableMarginLeft": true,
+ "scrollboxSize": true
+ },
ios_11: {
"ajax": true,
"boxSizingReliable": true,
expected = expectedMap.safari_11;
} else if ( /\b(?:9|10)\.\d(\.\d+)* safari/i.test( userAgent ) ) {
expected = expectedMap.safari_9_10;
+ } else if ( /firefox\/60/i.test( userAgent ) ) {
+ expected = expectedMap.firefox_60;
} else if ( /firefox/i.test( userAgent ) ) {
expected = expectedMap.firefox;
} else if ( /iphone os 11_/i.test( userAgent ) ) {