bug1359411-ref.html (356B)
1 <!DOCTYPE html> 2 <html><head><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">focus me, then press the UP key</editor> 5 <script> 6 function runTest() { 7 document.body.offsetHeight; 8 var e = document.querySelector('editor'); 9 e.focus() 10 } 11 </script>