tor-browser

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

display-contents-list-item-child.html (458B)


      1 <!DOCTYPE html>
      2 <html style="margin:2em;color:red">
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom()
      8 {
      9    document.documentElement.offsetHeight;
     10    document.body.style.position = "fixed";
     11    document.documentElement.offsetHeight;
     12    document.documentElement.style.MozBoxSizing = "border-box";
     13    document.documentElement.offsetHeight;
     14 }
     15 
     16 </script>
     17 </head>
     18 <body style="display: contents;" onload="boom();"><li style="color:lime">LI</body></html>