tor-browser

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

315920-18g.html (633B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <style>
      5      label {color: red}
      6      object[data*="solidblue"]:not(:-moz-broken) + label {color: green}
      7      object, img { display: none }
      8    </style>
      9  </head>
     10  <body onload='var i1 = document.getElementById("ffximage");
     11                i1.onload =
     12                  function() { document.documentElement.className = ""; };
     13                i1.setAttribute("data", "solidblue.png");'>
     14    <img src="solidblue.png">
     15    <object type="image/png" data="no-such-scheme:nothing" id="ffximage"></object>
     16    <label for="ffximage">Text should be green</label>
     17  </body>
     18 </html>