summaryrefslogtreecommitdiff
path: root/tests/end2end/data/hints/html/invisible.html
blob: d382c80fa02f0a10f481155fd1bc0b66570852b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- target: null -->

<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Invisible links</title>
    </head>
    <body>
        <p>None of those invisible links should get a hint.</p>
        <a href="/data/hello.txt" style="visibility: hidden">visibility: hidden</a>
        <a href="/data/hello.txt" style="display: none">display: none</a>
        <a href="/data/hello.txt" style="opacity: 0">opacity: 0</a>
    </body>
</html>