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