summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-linethickness-2.xhtml
blob: 2d9026f8d015f938b088f1f3564b5c50c2c502a8 (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="2">
      <mi>x</mi>
      <mn>2</mn>
    </mfrac>
  </math>
</body>
</html>