tor-browser

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

1190635-1.html (590B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body style="width:500px; border:2px solid black;">
      4 <div style="width:300px; height:300px; background:yellow; float:left;"></div>
      5 <div style="width:300px; height:400px;">
      6  <span style="display:inline-block; outline:3px solid cyan">
      7    <span style="display:inline-block; width:0; height:0; outline:5px solid red" id="d"></span>
      8  </span>
      9 </div>
     10 <script>
     11 window.addEventListener("MozReftestInvalidate", function() {
     12  d.style.width = "300px";
     13  d.style.height = "100px";
     14  document.documentElement.removeAttribute("class");
     15 });
     16 </script>
     17 </body>