Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-superscript.html
blob: 721fb9c78ddb0e36d0369271803dc9f92fb7b8fb [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:textPosition=*
@WIN-ALLOW:text-position*
@AURALINUX-ALLOW:text-position*
-->
<!DOCTYPE html>
<html>
<body>
<p>
This text contains
<span
role
=
"superscript"
>
superscript
</span>
text.
</p>
</body>
</html>