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-overflow-height.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Overflow still allows contenteditable elements to have height</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="contenteditable-overflow-height-ref.html">
<style>
[contenteditable] {
outline: 1px solid black;
outline-offset: -1px;
overflow: hidden;
}
</style>
<div contenteditable></div>