summaryrefslogtreecommitdiff
path: root/tests/end2end/data/hints/html/tabindex-negative.html
blob: 03adb32bf83c2fac1ef07c8ab353c073821f6331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- target: null -->

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Span with tabindex -1</title>
    </head>
    <body>
        <p>This text should not get a hint:</p>
        <span tabindex=-1>test</span>
    </body>
</html>