tor-browser

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

contenteditable-overflow-height.html (531B)


      1 <!doctype html>
      2 <title>Overflow still allows contenteditable elements to have height</title>
      3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      4 <link rel="author" title="Mozilla" href="https://mozilla.org">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1681375">
      6 <link rel="match" href="contenteditable-overflow-height-ref.html">
      7 <style>
      8  [contenteditable] {
      9    outline: 1px solid black;
     10    outline-offset: -1px;
     11    overflow: hidden;
     12  }
     13 </style>
     14 <div contenteditable></div>