blob: e7c6b4a3566f9f12d94141e69a448f888b24e4f2 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function () {
document.designMode = 'on';
document.execCommand('SelectAll')
document.execCommand('Indent');
document.body.textContent = 'Pass if not crash.';
};
</script>
</head>
<body style="display: -webkit-inline-box">
<ol style="display: -webkit-inline-box">
<br>
foo
</ol>
</body>
</html>