blob: 33f0eb544a10f3f30ef57466096955d8303f5f7f [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 if not crash.';
};
</script>
</head>
<body>aaa<div class="CLASS11"></div><div>bbb</div></body>
</html>