tor-browser

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

modal-dialog-in-table-column-ref.html (187B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 dialog {
      6    background: green;
      7    border-color: green;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <p>The test passes if you see no green rectangle.
     13 </body>
     14 </html>