tor-browser

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

menclose-6-bottom.html (633B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <title>menclose bottom</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><menclose id="testMenclose" notation="bottom"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
     17    </p>
     18  </body>
     19 </html>