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/index.html | 1 + tests/visual/tooltip/ajaxcontent.php | 2 + tests/visual/tooltip/callout.html | 213 +++++++++++++++++++++++++++++++++++ tests/visual/tooltip/tooltip.html | 127 +++++++++++++++++++++ 4 files changed, 343 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') diff --git a/tests/visual/index.html b/tests/visual/index.html index ad46ddf8d..8896076ec 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -43,6 +43,7 @@
  • Progressbar
  • Slider
  • Tabs
  • +
  • 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