From: Mike Sherov Date: Tue, 26 Aug 2014 12:50:50 +0000 (-0400) Subject: Draggable: Add battery of tests to cover connectToSortable X-Git-Tag: 1.11.2~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfb65076e4727d4d7fc88561b0304853accb925c;p=jquery-ui.git Draggable: Add battery of tests to cover connectToSortable Refs #9481 Refs #9675 Closes gh-1323 --- diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html index 3b4db9921..eb4985adc 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -46,19 +46,11 @@ #draggable3, #draggable4 { z-index: 100; } - #sortable { + .sortable { position: relative; top: 8000px; left: 10px; - } - #sortable2 { - position: relative; - top: 9000px; - left: 10px; - } - .sortable { width: 300px; - height: 100px; padding: 0; margin: 0; border: 0; @@ -117,13 +109,13 @@