tor-browser

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

outdent-in-empty-body-editing-host.html (159B)


      1 <html>
      2 <head>
      3 </head>
      4 <body style="margin: initial;"
      5      contenteditable="true"
      6      onload="document.execCommand('outdent', false, null);"></body>
      7 </html>