blob: b3184a1358768b06ea27dc71741a40b8527b677e [file] [log] [blame]
<html>
<body>
<table>
<td>
<a></a>
</td>
</table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("CreateLink", 0, 'foo');
document.body.innerHTML = "PASS. Blink didn't crash.";
</script>
</body>
</html>