Skip to content

Commit ba5a60e

Browse files
committed
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.
1 parent 9acb479 commit ba5a60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/resizable/resizable_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ test( "grid - maintains grid with padding and border when approaching no dimensi
306306
var handle = ".ui-resizable-nw",
307307
target = $( "#resizable1" ).css({
308308
padding: 5,
309-
borderWidth: 5,
309+
border: "5px solid black",
310310
width: 80,
311311
height: 80
312312
}).resizable({

0 commit comments

Comments
 (0)