blob: 9c8e9bce3b12098d47f7fd894815494d7e268b61 [file] [log] [blame]
<body contenteditable="true">
<select></select>
<form>
<i contenteditable="false"></i>
<dfn></dfn></form><hr>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
document.execCommand("selectall");
document.execCommand("indent");
document.body.innerHTML = "Test passes if it does not crash.";
</script>
</body>