Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
hr.html
blob: c804cb7176e13d81349b865ca5e76abd536faf56 [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXDescription*
-->
<!DOCTYPE html>
<html>
<body>
<p>
Before.
</p>
<hr
aria-label
=
"Dividing line"
>
<p>
Middle.
</p>
<hr>
<p>
After.
</p>
</body>
</html>