From 4e06fa6304c30dd3bfcfa818a84d7fb7e92eea33 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 9 Jul 2008 11:09:40 +0000 Subject: - removed 1.6 branch - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 --- tests/visual/magnifier.html | 108 ++++++++++++++++++ tests/visual/progressbar.html | 256 ++++++++++++++++++++++++++++++++++++++++++ tests/visual/spinner.html | 45 ++++++++ tests/visual/tree.html | 130 +++++++++++++++++++++ 4 files changed, 539 insertions(+) create mode 100644 tests/visual/magnifier.html create mode 100644 tests/visual/progressbar.html create mode 100644 tests/visual/spinner.html create mode 100644 tests/visual/tree.html (limited to 'tests/visual') diff --git a/tests/visual/magnifier.html b/tests/visual/magnifier.html new file mode 100644 index 000000000..70ca26799 --- /dev/null +++ b/tests/visual/magnifier.html @@ -0,0 +1,108 @@ + + + + + + +Magnifier Demo + + + + + + + + + + +

1. Default, no options

+
+
+ + + + + + +
+
+ +

2. Magnification set to 1.5 (default: 2)

+
+
+ + + + + + +
+
+ +

3. Advanced example: overlap: true, zIndex: 10, opacity: { min: 0.6, max: 1 }, baseline: -1

+
+
+ + + + + + +
+
+ +

4. Advanced example: The direction doesn't have to be horizontal!

+
+
+ + + + + + + + + +
+
+ + + + diff --git a/tests/visual/progressbar.html b/tests/visual/progressbar.html new file mode 100644 index 000000000..f2cc46aad --- /dev/null +++ b/tests/visual/progressbar.html @@ -0,0 +1,256 @@ + + + + + + +ProgressBar Test Page + + + + + + + + + + +

jQuery - ProgressBar

+ +
log
+ + +

+ + + + + + + + + + + +

+ +

+ + + + + + + + + + +

+ +

+ + + + + + + + + + + +

+ + + + + + + + diff --git a/tests/visual/spinner.html b/tests/visual/spinner.html new file mode 100644 index 000000000..863346c42 --- /dev/null +++ b/tests/visual/spinner.html @@ -0,0 +1,45 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/visual/tree.html b/tests/visual/tree.html new file mode 100644 index 000000000..a2c2e14d0 --- /dev/null +++ b/tests/visual/tree.html @@ -0,0 +1,130 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3