tor-browser

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

mo-accent-dynamic.html (591B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <title>mo@accent</title>
      5    <meta charset="utf-8"/>
      6    <link rel="match" href="mo-accent-dynamic-ref.html"/>
      7    <script type="text/javascript">
      8      function doTest() {
      9        document.getElementById('mathOperator').setAttribute('accent', 'true');
     10        document.documentElement.removeAttribute("class");
     11      }
     12      window.addEventListener("TestRendered",doTest);
     13    </script>
     14  </head>
     15  <body>
     16    <math>
     17      <munderover><mtext>X</mtext><mo id="mathOperator">O</mo><mo>O</mo></munderover>
     18    </math>
     19  </body>
     20 </html>