tor-browser

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

1488219.html (571B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <script>
      4 function doTest(){
      5  document.getElementById('c').appendChild(document.getElementById('b').cloneNode(true));
      6  window.frames[0].document.body.appendChild(document.getElementById('a'));
      7  document.documentElement.removeAttribute('class');
      8 }
      9 document.addEventListener("MozReftestInvalidate", doTest);
     10 </script>
     11 
     12 <iframe hidden></iframe>
     13 <style>
     14 :last-of-type {
     15  column-count:71;
     16  float:left;
     17 }
     18 </style>
     19 <bdo id='a'>A</bdo>
     20 <address>
     21 <blockquote>
     22 </address>
     23 <footer id='b'>
     24 </footer>
     25 <input id='c' type='time'>
     26 </html>