tor-browser

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

backdrop-list-item.html (309B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
      4 <link rel="help" href="https://crbug.com/1371331">
      5 <style>
      6 dialog::backdrop {
      7  display: list-item;
      8 }
      9 </style>
     10 <dialog></dialog>
     11 <script>
     12 document.querySelector("dialog").showModal();
     13 </script>