Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/editing/editing-0/contenteditable/contenteditable-with-empty-block.html - WPT Dashboard Interop Dashboard
<!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="match" href="contenteditable-with-empty-block-ref.html">
<div contenteditable>
Foo
<div></div>
Bar
</div>