From: Daniel Carl Date: Sat, 4 Aug 2018 21:00:58 +0000 (+0200) Subject: Removed possible wrong test case #507. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=24cd4e84f09a00185a975381bb3f0ff1913c2797;p=vimb.git Removed possible wrong test case #507. The links on exherbo are set to margin: -10em and padding: 10em so they have indeed a big bounding box which is returned by e.getBoundlingClientRect(). --- diff --git a/tests/manual/hints/label-positioning.html b/tests/manual/hints/label-positioning.html index 28fbb9e..04d0a53 100644 --- a/tests/manual/hints/label-positioning.html +++ b/tests/manual/hints/label-positioning.html @@ -8,10 +8,6 @@ width: 500px; margin-left: -250px; } - a.negative { - padding: 2em; - margin: -2em; - } Hint Label positioning with negative margins @@ -19,12 +15,8 @@

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

-

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