tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

menclose-6-phasorangle.html (680B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <title>menclose phasorangle</title>
      5    <link rel="match" href="menclose-6-ref.html"/>
      6    <script type="text/javascript">
      7      function doTest() {
      8          document.getElementById('testMenclose').removeAttribute("notation");
      9          document.documentElement.removeAttribute("class");
     10      }
     11      document.documentElement.addEventListener("TestRendered", doTest);
     12    </script>
     13  </head>
     14  <body>
     15    <p>
     16      <math>
     17        <menclose id="testMenclose" notation="phasorangle">
     18          <mspace width="100px" height="50px" mathbackground="blue"></mspace>
     19        </menclose>
     20      </math>
     21    </p>
     22  </body>
     23 </html>