tor-browser

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

dialog-open-pseudo-invalidation-ref.html (175B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 
      4 <p>The dialog should be open and green:</p>
      5 <dialog open>Dialog</dialog>
      6 
      7 <style>
      8  dialog {
      9    background-color: green;
     10  }
     11 </style>