summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-C-2.html
blob: ac5106d1dbca88430bb18d0010982760bc4ee5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <title>mfrac linethickness</title>
    <script type="text/javascript">
      function doTest() {
        document.getElementById("testMfrac").setAttribute("linethickness","200%");
        document.documentElement.removeAttribute("class");
      }
      window.addEventListener("MozReftestInvalidate",doTest);
    </script>
  </head>
  <body>
    <math>
      <mfrac id="testMfrac" style="font-size: 300%">
        <mi>a</mi>
        <mi>b</mi>
      </mfrac>
    </math>
  </body>
</html>