From 13f3cd1611d7905c6fadcf2f8a533096b347a6ad Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Mon, 3 Dec 2018 12:03:04 -0500 Subject: [PATCH] Tests: fix dimensions tests in testswarm Close gh-4248 --- test/unit/dimensions.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/unit/dimensions.js b/test/unit/dimensions.js index 36b07f11e..223e17b0a 100644 --- a/test/unit/dimensions.js +++ b/test/unit/dimensions.js @@ -757,7 +757,11 @@ QUnit.test( "outerWidth/Height for table cells and textarea with border-box in I $firstTh = jQuery( "" ), $secondTh = jQuery( "" ), $thirdTh = jQuery( "" ), - $td = jQuery( "text" ), + // Support Firefox 63, Edge 16-17, Android 8, iOS 7-11 + // These browsers completely ignore the border-box and height settings + // The computed height is instead just line-height + border + // Either way, what we're doing in css.js is correct + $td = jQuery( "text" ), $tbody = jQuery( "" ).appendTo( $table ), $textarea = jQuery( "