blob: 64a752bf6d062c9f7b7e032225f6e454de89bb2f [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
document.execCommand('SelectAll');
document.execCommand('JustifyCenter');
document.documentElement.textContent = 'PASS if Blink doesn\'t crash.';
}
</script>
</head>
<body contenteditable="true">
<canvas contenteditable="false">text</canvas><b></b>
<textarea></textarea>
</body>
</html>