summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/editing-0/contenteditable/contenteditable-overflow-height.html
blob: 8470b02c2b9d53e6bfe2d537389fa79c9d6577bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1681375">
<link rel="match" href="contenteditable-overflow-height-ref.html">
<style>
  [contenteditable] {
    outline: 1px solid black;
    outline-offset: -1px;
    overflow: hidden;
  }
</style>
<div contenteditable></div>