blob: 4c6570aa894fc8ac44e48d514aded1f0bc53ce2f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
head {
display: table-caption;
height: 100px;
width: 100px;
background-color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
document.designMode = 'on';
document.execCommand('SelectAll');
document.execCommand('Indent');
document.open();
document.write('PASS if Blink doesn\'t crash.');
};
</script>
</head>
<body>
foo
</body>
</html>