File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,14 @@ QUnit.test( "width/height on an inline element with percentage dimensions (gh-36
627
627
}
628
628
) ;
629
629
630
- QUnit . test ( "width/height on a table row with phantom borders (gh-3698)" , function ( assert ) {
630
+ // Support: Firefox 70+
631
+ // Firefox 70 & newer fail this test but the issue there is more profound - Firefox doesn't
632
+ // subtract borders from table row computed widths.
633
+ // See https://github.com/jquery/jquery/issues/4529
634
+ // See https://bugzilla.mozilla.org/show_bug.cgi?id=1590837
635
+ // See https://github.com/w3c/csswg-drafts/issues/4444
636
+ QUnit [ / f i r e f o x / i. test ( navigator . userAgent ) ? "skip" : "test" ] (
637
+ "width/height on a table row with phantom borders (gh-3698)" , function ( assert ) {
631
638
assert . expect ( 4 ) ;
632
639
633
640
jQuery ( "<table id='gh3698' style='border-collapse: separate; border-spacing: 0;'><tbody>" +
You can’t perform that action at this time.
0 commit comments