tor-browser

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

modal-dialog-in-replaced-renderer-ref.html (386B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 dialog {
      6    background: green;
      7    border-color: green;
      8 }
      9 div {
     10    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAABGAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC);
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <p>The test passes if you see a green square near the top of the viewport.
     16 <div></div>
     17 </body>
     18 </html>