tor-browser

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

menclose-5-left.html (591B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <title>menclose left</title>
      5    <link rel="match" href="menclose-5-left-ref.html"/>
      6    <script type="text/javascript">
      7      function doTest() {
      8          document.getElementById('testMenclose').setAttribute("notation","left");
      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"><mspace width="100px" height="50px"></menclose></math>
     17    </p>
     18  </body>
     19 </html>