chromium/content/test/data/accessibility/mathml/annotation.html

<!DOCTYPE html>
<!--
@AURALINUX-ALLOW:tag:*
-->
<style>
  semantics > annotation { display: math; } /* make annotation visible */
</style>
<math>
  <semantics>
    <mfrac><mn>1</mn><mn>2</mn></mfrac>
    <annotation class="test" encoding="application/x-tex">\frac{1}{2}</annotation>
    <annotation-xml encoding="application/mathml-content+xml">
      <apply>
        <divide/>
        <cn>1</cn>
        <cn>2</cn>
      </apply>
    </annotation-xml>
  </semantics>
</math>