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

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