blob: c161e33d767f55e54bf67e424a4c0f78a7c6da0c [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<p>Test passes if it does not crash and it alerts true.</p>
<script><![CDATA[
if (window.testRunner)
testRunner.dumpAsText();
alert(document.createCDATASection("").splitText(0) instanceof CDATASection);
]]></script>
</html>