tor-browser

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

mtd-as-multicol.html (367B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1354561">
      4 <div id="container"></div>
      5 <script>
      6  mtd = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mtd");
      7  mtd.style.columns = "2";
      8  container.appendChild(mtd);
      9 </script>