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

    <!-- font.minimum-size.x-math set to 40 -->
    <math>
      <mn>x-math language</mn>
    </math>

  </body>
</html>