bug1359411.html (504B)
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() 11 } 12 </script>