blob: 042dfe48ec4d40c3337ec2dacbcf0994e5507919 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div contenteditable="true" id="target"><span></span></div>
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
getSelection().collapse(document.getElementById('target'), 0);
document.execCommand('Indent');
document.body.textContent = 'PASS if Blink doesn\'t crash.';
</script>
</html>