1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / accessibility / html / hr.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXDescription
@AURALINUX-ALLOW:horizontal
@AURALINUX-ALLOW:vertical
-->
<!DOCTYPE html>
<html>
<body>
<p>Before.</p>
<hr aria-label="Dividing line">
<p>Middle.</p>
<hr>
<p>After.</p>
</body>
</html>