blob: faa46d44753af4257fac6e937b46bd1f497aef98 [file] [log] [blame]
<!DOCTYPE html>
<script>
onload = function() {
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = 'on';
document.execCommand('SelectAll');
document.execCommand('FormatBlock', false, '<pre>');
document.write('Pass if test does not crash.\nPASS.');
};
</script>
Text
<style>
div {
height: 100px;
}
</style>
<div></div>
<div></div>