From 7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Sun, 21 Mar 2010 22:28:32 +0100 Subject: Copying files from old Googlecode dev branch for tooltip --- tests/visual/tooltip/ajaxcontent.php | 2 + tests/visual/tooltip/callout.html | 213 +++++++++++++++++++++++++++++++++++ tests/visual/tooltip/tooltip.html | 127 +++++++++++++++++++++ 3 files changed, 342 insertions(+) create mode 100644 tests/visual/tooltip/ajaxcontent.php create mode 100644 tests/visual/tooltip/callout.html create mode 100644 tests/visual/tooltip/tooltip.html (limited to 'tests/visual/tooltip') diff --git a/tests/visual/tooltip/ajaxcontent.php b/tests/visual/tooltip/ajaxcontent.php new file mode 100644 index 000000000..a689a734d --- /dev/null +++ b/tests/visual/tooltip/ajaxcontent.php @@ -0,0 +1,2 @@ + +Hello world! \ No newline at end of file diff --git a/tests/visual/tooltip/callout.html b/tests/visual/tooltip/callout.html new file mode 100644 index 000000000..3ef694987 --- /dev/null +++ b/tests/visual/tooltip/callout.html @@ -0,0 +1,213 @@ + + + + Tooltip Visual Test: Default + + + + + + + + + + + + + +
+ + +
+ collision detection should kick in around here +
+ +
+ I'm a link to a footnote. +
+ +
+ right aligned with custom position +
+ +
+ gets its content via ajax +
+ +
+ span +
+ div + nested span +
+
+ +
+
+ + +
+
+ + +
+
+ +
This is the footnote, including other elements
+ + + +
+ + + + diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html new file mode 100644 index 000000000..c0401be66 --- /dev/null +++ b/tests/visual/tooltip/tooltip.html @@ -0,0 +1,127 @@ + + + + Tooltip Visual Test: Default + + + + + + + + + + + + +
+ + +
+ collision detection should kick in around here +
+ +
+ I'm a link to a footnote. +
+ +
+ right aligned with custom position +
+ +
+ gets its content via ajax +
+ +
+ span +
+ div + nested span +
+
+ +
+
+ + +
+
+ + +
+
+ +
This is the footnote, including other elements
+ + + +
+ + + + -- cgit v1.2.3