tor-browser

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

596455-1a.html (371B)


      1 <!DOCTYPE html>
      2 <html class='reftest-wait'>
      3  <script>
      4    function onLoadHandler()
      5    {
      6      document.getElementById('l').value = document.getElementById('i').value;
      7      document.documentElement.className='';
      8    }
      9  </script>
     10  <body onload="onLoadHandler();">
     11    <input type='hidden' value='foo&#13;bar' id='i'>
     12    <textarea id='l'></textarea>
     13  </body>
     14 </html>