failed

double-struck

This file tests how the mathvariant value 'double-struck' applies to a range of base characters.

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle mathvariant="double-struck">
    <mtable columnalign="left">
      <mtr>
        <mtd>
          <mtext>0123456789</mtext>
        </mtd>
      </mtr>
      <mtr>
        <mtd>
          <mtext>ABCDEFGHIJKLMNOPQRSTUVWXYZ</mtext>
        </mtd>
      </mtr>
      <mtr>
        <mtd>
          <mtext>abcdefghijklmnopqrstuvwxyz</mtext>
        </mtd>
      </mtr>
    </mtable>
  </mstyle>
</math>

Author: Sam Dooley