From: Mike Sherov Date: Thu, 14 Aug 2014 03:06:21 +0000 (-0400) Subject: Resizable Tests: fix IE8 test fail due to unspecified border style X-Git-Tag: 1.11.2~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba5a60efa17671760ebb8d53f4f21e78b2d59082;p=jquery-ui.git Resizable Tests: fix IE8 test fail due to unspecified border style IE <9 does not correctly set the height of an element if the borderWidth is non-zero but no borderStyle is specified. --- diff --git a/tests/unit/resizable/resizable_options.js b/tests/unit/resizable/resizable_options.js index 36d600061..c46801bc5 100644 --- a/tests/unit/resizable/resizable_options.js +++ b/tests/unit/resizable/resizable_options.js @@ -306,7 +306,7 @@ test( "grid - maintains grid with padding and border when approaching no dimensi var handle = ".ui-resizable-nw", target = $( "#resizable1" ).css({ padding: 5, - borderWidth: 5, + border: "5px solid black", width: 80, height: 80 }).resizable({