blob: 4a2ac10d19d654aa88bc772139730da6a6f5b506 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
getSelection().collapse(document.body, 0);
document.body.parentNode.removeChild(document.body);
document.designMode = 'on';
document.execCommand("InsertText", false, '\t');
document.documentElement.textContent = 'PASS if not crash.';
}
</script>
</head>
<body>
</body>
</html>