tor-browser

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

1697262-1.html (568B)


      1 <html class="reftest-wait">
      2 <script>
      3 let pp;
      4 window.addEventListener("MozReftestInvalidate", finish);
      5 window.onload = () => {
      6  try { document.getElementById('a').setAttribute('style', 'left:76%') } catch (e) {}
      7  pp = SpecialPowers.wrap(self).printPreview();
      8  pp?.print()
      9  setTimeout(window.close, 250)
     10 }
     11 function finish() {
     12  setTimeout(function() {
     13    pp.close();
     14    document.documentElement.className = "";
     15  }, 400);
     16 }
     17 
     18 </script>
     19 <style>
     20 :last-of-type {
     21  position: relative;
     22 }
     23 </style>
     24 <select>
     25 <optgroup label='y'>
     26 <option>
     27 </select>
     28 <video id='a'>
     29 </html>