summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/editing-0/contenteditable/contenteditable-with-empty-block.html
blob: 7bcc6110723643f3a26f39420586e5ead549d7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>contenteditable doesn't cause inner empty blocks to grow.</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1628770">
<link rel="match" href="contenteditable-with-empty-block-ref.html">
<div contenteditable>
  Foo
  <div></div>
  Bar
</div>