summaryrefslogtreecommitdiff
path: root/tests/manual/hints/wrapped.html
blob: d6176f02cf64d81fcf2802b5f546306b9ad372ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <title>Simple Links</title>
</head>
<body>
    <a href="#one">one</a>
    <br/>
    <!-- link should not be visible without scrolling -->
    <a href="#two" style="position: absolute; top: 200px;">two</a>
</body>
</html>