From bfb65076e4727d4d7fc88561b0304853accb925c Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Tue, 26 Aug 2014 08:50:50 -0400 Subject: Draggable: Add battery of tests to cover connectToSortable Refs #9481 Refs #9675 Closes gh-1323 --- tests/unit/draggable/draggable.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'tests/unit/draggable/draggable.html') 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 @@