tor-browser

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

1535945.html (408B)


      1 <html class="reftest-wait">
      2 <style>
      3 .c {
      4  scroll-behavior: smooth;
      5  border-style: groove;
      6 }
      7 * {
      8  margin-right: 52vh;
      9  width: 1vh
     10 }
     11 :not(feTile) {
     12  overflow-x: scroll;
     13 }
     14 </style>
     15 <script>
     16 function go() {
     17  a.scrollTo({left: 1, top: 80})
     18  document.documentElement.removeAttribute("class");
     19 }
     20 </script>
     21 <body onload=go()>
     22 <table background="A">
     23 A
     24 <dl>
     25 <dd id="a" contenteditable="true" class="c">
     26 </html>