summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-linethickness-2-ref.xhtml
blob: 941edfcd1e61dcf8d7452ed24ca1e8632075b9da (plain)
1
2
3
4
5
6
7
8
9
10
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <mfrac linethickness="200%">
      <mi>x</mi>
      <mn>2</mn>
    </mfrac>
  </math>
</body>
</html>