Change boxSizingReliable test value to false in all IE versions.
Modify support comments to argument getComputedStyle guards
with oldIE support and not node.js which is not supported in 1.x.
Closes gh-1498
// Support: IE<9
// Assume reasonable values in the absence of getComputedStyle
- pixelPositionVal = false;
- reliableMarginRightVal = boxSizingReliableVal = true;
+ pixelPositionVal = boxSizingReliableVal = false;
+ reliableMarginRightVal = true;
- // Support: node.js jsdom
- // Don't assume that getComputedStyle is a property of the global object
+ // Check for getComputedStyle so that this code is not run in IE<9.
if ( window.getComputedStyle ) {
pixelPositionVal = ( window.getComputedStyle( div, null ) || {} ).top !== "1%";
boxSizingReliableVal =
"ajax": true,
"appendChecked": true,
"boxSizing": true,
- "boxSizingReliable": true,
+ "boxSizingReliable": false,
"changeBubbles": false,
"checkClone": true,
"checkOn": true,
"ajax": true,
"appendChecked": false,
"boxSizing": false,
- "boxSizingReliable": true,
+ "boxSizingReliable": false,
"changeBubbles": false,
"checkClone": true,
"checkOn": true,
"ajax": true,
"appendChecked": false,
"boxSizing": false,
- "boxSizingReliable": true,
+ "boxSizingReliable": false,
"changeBubbles": false,
"checkClone": true,
"checkOn": true,