haikuwebkit/LayoutTests/fast/block/crash-when-subtree-is-still...

13 lines
296 B
HTML

<!DOCTYPE html>
<html>
<body>
<b>PASS if<div></div> no crash.<div></div>foobar</b><div></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("RemoveFormat", true, "Arial");
</script>
</body>
</html>