From 56d6ddc2baf3331e6fb13ccbdda9d7029718ecd6 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Sat, 17 Oct 2015 15:12:26 -0400 Subject: Draggable: Fix options tests These failed when running through tests/unit/all.html, due to the smaller iframe. Reducing a browser window enough triggered the same issue. Making the top offset much smaller fixes that. The rest is fixing bad indent and adds a missing module call. --- tests/unit/draggable/draggable.html | 24 ++++++++++++------------ 1 file changed, 12 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 0971b2325..53468a3a9 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -48,7 +48,7 @@ } .sortable { position: relative; - top: 8000px; + top: 800px; left: 10px; width: 300px; padding: 0; @@ -81,17 +81,17 @@
- +
  • Item 0
  • +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • + + -- cgit v1.2.3