haikuwebkit/LayoutTests/editing/inserting/insert-text-merge-node-remo...

10 lines
432 B
HTML

<body contentEditable="true"><output></output><data style="writing-mode: vertical-lr;"><menu><table></table></menu>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.execCommand("selectAll", false);
document.execCommand("insertText", "text");
document.body.innerText = "Tests inserting text when merge node is removed. The test passes if WebKit doesn't crash or hit an ssertion.";
</script>