blob: be93b91e5dc6beae7f0739b0f61731809c9af2f4 [file] [log] [blame] [edit]
<script>
function load() {
if (window.testRunner)
testRunner.dumpAsText();
var textarea = document.createElement("textarea");
textarea.defaultValue = String.fromCharCode(13);
}
</script>
<body onload=load()>
<div>PASS if this doesn't crash.</div>