blob: 4dda5892936a30ac75164356e48a6fc4a0065e6e [file] [log] [blame]
<html>
<body>
<p>To pass, this test should not crash</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var o = document.createTextNode('');
try {
o.data = null;
o.splitText(1);
} catch (e) {}
</script>
</body>
</html>