tor-browser

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

contenteditable-with-empty-block.html (434B)


      1 <!doctype html>
      2 <title>contenteditable doesn't cause inner empty blocks to grow.</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=1628770">
      6 <link rel="match" href="contenteditable-with-empty-block-ref.html">
      7 <div contenteditable>
      8  Foo
      9  <div></div>
     10  Bar
     11 </div>