blob: ecf690e00ddc570af7a19f54dc19d2e0aac280df [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div role="main">
<p>Before aria-hidden.</p>
^<p aria-hidden="true" style="display:inline">Aria-hidden 1.</p>
<p>In the middle of aria-hidden.</p>
<p aria-hidden="true" style="display:inline">Aria-hidden 2.</p>|
<p>After aria-hidden.</p>
</div>
</body>
</html>