summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/542116-3-ref.html
blob: 07297dc21da270d7abde994e31cedaa74ba0035d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <style>
      div {
        margin: 0;
        padding: 10px;
        font-size: 20px;
        height: 100px;
        width: 100px;
        border: 1px solid red;
        outline: none;
      }
    </style>
  </head>
  <body onload="document.getElementById('i').focus()">
    <div contenteditable id="i"></div>
  </body>
</html>