tor-browser

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

file_bug1089417_iframe.html (312B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Bug 1089417</title>
      5  <style>
      6    html { background: red }
      7    @media (min-height: 300px) { html { background: green } }
      8  </style>
      9  <style id="s">/* empty */</style>
     10  <script>
     11    document.getElementById("s").disabled = true;
     12  </script>
     13 </head>
     14 <body>
     15 
     16 </body>
     17 </html>