blob: 54b8986c184e0d55ac46ff73572370f777675251 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
* { display: -webkit-inline-box; }
.CLASS11 { float: right; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function () {
document.designMode = 'on';
document.execCommand('SelectAll', false)
document.execCommand('Indent', false, false);
document.execCommand('Indent', false, false);
document.documentElement.innerHTML = 'PASS. Blink didn\'t crash.';
};
</script>
</head>
<body>aaa<div class="CLASS11"></div><div>bbb</div></body>
</html>