chromium/content/test/data/accessibility/aria/aria-hidden-html.html

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