summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/default-font-ref.html
blob: 9917f14b6f7ece32e4465ab9dce85ca6ea4e66b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>default font</title>
    <meta charset="utf-8"/>
  </head>
  <body style="font: 20px monospace;">

    <math style="font-family: serif; font-size: 40px;">
      <mn>x-math language</mn>
    </math>

  </body>
</html>