summaryrefslogtreecommitdiff
path: root/tests/manual/hints/label-positioning.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/hints/label-positioning.html')
-rw-r--r--tests/manual/hints/label-positioning.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/manual/hints/label-positioning.html b/tests/manual/hints/label-positioning.html
new file mode 100644
index 0000000..2aa370a
--- /dev/null
+++ b/tests/manual/hints/label-positioning.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style type="text/css">
+ body {
+ position: absolute;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ }
+ </style>
+ <title>Hint Label on pages with absolute positioned body</title>
+</head>
+<body>
+ <p>
+ When using hints (f) on this page, the hint should be placed on
+ the upper left corner of the links.
+ <a href="#one">one</a><br/>
+ <a href="#two">two</a>
+ </p>
+</body>
+</html>