1
    2
    3
    4
    5
    6

content / test / data / accessibility / aria / aria-hidden-html.html [blame]

<!DOCTYPE html>
<html aria-hidden="true">
<body>
<p>aria-hidden has to be ignored on the html element.</p>
</body>
</html>