<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XMLDocument.createCDATASection</title>
<script src="../../../support/result.js"></script>
</head>
<body>
<p><span id="value"></span><script type="text/javascript">
  var cd = document.createCDATASection ('');
  setResult ('value', cd);
</script></p>
</body>
</html>
