summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-6-bottom.html
blob: af473d04c3379476d8d08874e4e76ea8575e39c3 (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-6-ref.html"/>
    <script type="text/javascript">
      function doTest() {
          document.getElementById('testMenclose').removeAttribute("notation");
          document.documentElement.removeAttribute("class");
      }
      document.documentElement.addEventListener("TestRendered",doTest);
    </script>
  </head>
  <body>
    <p>
      <math><menclose id="testMenclose" notation="bottom"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
    </p>
  </body>
</html>