You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/unit/css.js
+20
Original file line number
Diff line number
Diff line change
@@ -1352,6 +1352,26 @@ QUnit.test( "css('width') and css('height') should respect box-sizing, see #1100
1352
1352
assert.equal(el_dis.css("height"),el_dis.css("height",el_dis.css("height")).css("height"),"css('height') is not respecting box-sizing for disconnected element, see #11004");
1353
1353
});
1354
1354
1355
+
QUnit.test("table rows width/height should be unaffected by inline styles",function(assert){
0 commit comments