no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / base / tests / bug1359411.html
blob9f166dd43be9f07a8a41f24b23afffbfc9967099
1 <!DOCTYPE html>
2 <html><head><script src="/tests/SimpleTest/EventUtils.js"></script><style>
3 i:before{content:"X"}
4 </style></head><body onload="runTest()"><div><button type="button"><i></i></button><p></p></div><editor contenteditable="true" onfocus="sendKey('UP')">focus me, then press the UP key</editor>
5 <script>var e = document.querySelector('editor'); e.focus()</script>
6 <script>
7 function runTest() {
8 document.body.offsetHeight;
9 var e = document.querySelector('editor');
10 e.focus()
12 </script>