no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 542116-3-ref.html
blob07297dc21da270d7abde994e31cedaa74ba0035d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 margin: 0;
7 padding: 10px;
8 font-size: 20px;
9 height: 100px;
10 width: 100px;
11 border: 1px solid red;
12 outline: none;
14 </style>
15 </head>
16 <body onload="document.getElementById('i').focus()">
17 <div contenteditable id="i"></div>
18 </body>
19 </html>