tor-browser

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

select-overflow-ref.html (467B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <script>
      4 function selectEnd() {
      5  e = document.getElementById('e');
      6  // Just get to the end
      7  e.scrollLeft = e.scrollWidth;
      8  window.requestAnimationFrame(() => {
      9    document.documentElement.removeAttribute("class");
     10  });
     11 }
     12 </script>
     13 <body onload="selectEnd();">
     14 <input
     15  id="e"
     16  style="padding: 100px; width: 200px;"
     17  type="text"
     18  value="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab">