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-6-phasorangle.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <title>menclose phasorangle</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="phasorangle">
          <mspace width="100px" height="50px" mathbackground="blue"></mspace>
        </menclose>
      </math>
    </p>
  </body>
</html>