1
    2
    3
    4
    5
    6

content / test / data / accessibility / html / body-tabindex.html [blame]

<!DOCTYPE html>
<html>
<body tabindex="-1">
<p>This test is for the body tag with a tabindex</p>
</body>
</html>