summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-5-bottom.html
blob: aab45e679fad5947b635cbac9003dbaf78841b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <title>menclose bottom</title>
    <link rel="match" href="menclose-5-bottom-ref.html"/>
    <script type="text/javascript">
      function doTest() {
          document.getElementById('testMenclose').setAttribute("notation","bottom");
          document.documentElement.removeAttribute("class");
      }
      document.documentElement.addEventListener("TestRendered",doTest);
    </script>
  </head>
  <body>
    <p>
      <math><menclose id="testMenclose"><mspace width="100px" height="50px"></menclose></math>
    </p>
  </body>
</html>