summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-B-1.html
blob: c81bcc15d881ca61fba7ee473648ed99f38a1ecf (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 bevelled</title>
    <script type="text/javascript">
      function doTest() {
        document.getElementById("testMfrac").removeAttribute("bevelled");
        document.documentElement.removeAttribute("class");
      }
      window.addEventListener("MozReftestInvalidate",doTest, false);
    </script>
  </head>
  <body>
    <math>
      <mfrac id="testMfrac" style="font-size: 300%" bevelled="true">
        <mspace width="20px" height="20px" mathbackground="red"></mspace>
        <mspace width="20px" height="20px" mathbackground="red"></mspace>
      </mfrac>
    </math>
  </body>
</html>