From da080e5f21bf1c1fdca02afceb5736398935f0a1 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sat, 4 Aug 2018 00:43:57 +0200 Subject: [PATCH] Added manual test case for #507. --- tests/manual/hints/label-positioning.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/manual/hints/label-positioning.html b/tests/manual/hints/label-positioning.html index 2aa370a..28fbb9e 100644 --- a/tests/manual/hints/label-positioning.html +++ b/tests/manual/hints/label-positioning.html @@ -8,15 +8,23 @@ width: 500px; margin-left: -250px; } + a.negative { + padding: 2em; + margin: -2em; + } - Hint Label on pages with absolute positioned body + Hint Label positioning with negative margins

When using hints (f) on this page, the hint should be placed on - the upper left corner of the links. - one
- two + the upper left corner of the links.
+ one +

+

+ Following link should not generate a big highlighted box on hinting. + two - + see #507.

-- 2.20.1