chromium/content/test/data/accessibility/html/sup.html

<!--
@AURALINUX-ALLOW:text-position*
@BLINK-ALLOW:textStyle=*
@BLINK-ALLOW:textPosition=*
@WIN-ALLOW:font*
@WIN-DENY:font-size*
@WIN-DENY:font-family*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:offset:*
@WIN-ALLOW:text*
@WIN-DENY:text-align*
@WIN-DENY:text-indent*
-->
<!DOCTYPE html>
<html>
<body>

<p>This text contains<sup>superscript</sup>text.</p>

</body>
</html>