Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
article.html
blob: 532f72a736aae34deae69e27f092c5656a578e9f [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole=AXDocumentArticle
@MAC-DENY:AXTitle*
@WIN-ALLOW:xml-roles:article
-->
<!DOCTYPE html>
<html>
<body>
<article>
This is an article element.
</article>
</body>
</html>