summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/editing-0/contenteditable/contenteditable-overflow-height-ref.html
blob: e88e904f96da7df9d5ff26c249934248239fd556 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>CSS test reference</title>
<style>
  [contenteditable] {
    outline: 1px solid black;
    outline-offset: -1px;
  }
</style>
<div contenteditable></div>