Bug 41024699: execCommand('insertHTML') with an empty inline element should insert content at the caret position inside a nested block, not outside it. text text tehelloxt PASS document.getElementById('test1').innerHTML is "
text
" PASS document.getElementById('test2').innerHTML is "
text
" PASS document.getElementById('test3').innerHTML is "
tehelloxt
" PASS successfullyParsed is true TEST COMPLETE