tor-browser

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

contenteditable-overflow-height-ref.html (177B)


      1 <!doctype html>
      2 <title>CSS test reference</title>
      3 <style>
      4  [contenteditable] {
      5    outline: 1px solid black;
      6    outline-offset: -1px;
      7  }
      8 </style>
      9 <div contenteditable></div>