Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/menclose/menclose-5-verticalstrike.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <title>menclose verticalstrike</title>
    <link rel="match" href="menclose-5-verticalstrike-ref.html"/>
    <script type="text/javascript">
      function doTest() {
          document.getElementById('testMenclose').setAttribute("notation","verticalstrike");
          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>