blob: 7d31de0de1f6a50c03747efe62d7434b04632086 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function() {
document.execCommand("SelectAll");
document.execCommand("Indent");
document.body.innerHTML = "This test passes if it doesn't crash";
}
</script>
<body contenteditable>
<object>
Any fallback
</object>
</body>
</html>