From 058fcb6d5b93f66c96efa05152d3792c74492799 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 24 May 2008 14:09:23 +0000 Subject: Added draggable automated test - wip --- ui/tests/autodrag.html | 138 ++++++++++++++++++++++++++++++++++++++++++ ui/tests/images/blank.cur | Bin 0 -> 2238 bytes ui/tests/images/cursor.png | Bin 0 -> 3024 bytes ui/tests/images/se-resize.png | Bin 0 -> 2898 bytes 4 files changed, 138 insertions(+) create mode 100644 ui/tests/autodrag.html create mode 100644 ui/tests/images/blank.cur create mode 100644 ui/tests/images/cursor.png create mode 100644 ui/tests/images/se-resize.png diff --git a/ui/tests/autodrag.html b/ui/tests/autodrag.html new file mode 100644 index 000000000..df62c67d0 --- /dev/null +++ b/ui/tests/autodrag.html @@ -0,0 +1,138 @@ + + + + Draggable - Automated Test Page + + + + + + + + + + + + + + + +
+ +

jQuery UI Draggable - Automated Test

+ +
+ +
+ Drag me +
+ +
+ + + diff --git a/ui/tests/images/blank.cur b/ui/tests/images/blank.cur new file mode 100644 index 000000000..4f7970a9f Binary files /dev/null and b/ui/tests/images/blank.cur differ diff --git a/ui/tests/images/cursor.png b/ui/tests/images/cursor.png new file mode 100644 index 000000000..2a33727a8 Binary files /dev/null and b/ui/tests/images/cursor.png differ diff --git a/ui/tests/images/se-resize.png b/ui/tests/images/se-resize.png new file mode 100644 index 000000000..ae636e455 Binary files /dev/null and b/ui/tests/images/se-resize.png differ -- cgit v1.2.3