summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-6-right.html
blob: 8da33e29e2ee225ba12ef3deaf9d5cee15fe3954 (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 right</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="right"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
    </p>
  </body>
</html>