Sign in
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
dl.html
blob: 2773cbffa47fd42048b7dc9b498ee8f0348d165a [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
-->
<!DOCTYPE html>
<html>
<body>
<dl>
<dt>
Term
</dt>
<dd>
Description
</dd>
</dl>
<div
role
=
"definition"
>
Definition
</div>
</body>
</html>