tor-browser

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

pass-dialog-ref.html (190B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  dialog::backdrop { background-color: black; }
      5 </style>
      6 <dialog id="dialog">PASS</dialog>
      7 <script>
      8  dialog.showModal();
      9 </script>