blob: 573bf049d27f0bfa2dea1d331e89f663654f8bc1 [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
hr { display: table-cell; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
document.designMode = 'on';
document.execCommand('SelectAll');
document.execCommand('Indent');
document.body.textContent = 'PASS if Blink doesn\'t crash.';
};
</script>
</head>
<body>
before<hr><hr>after
</body>
</html>