| Index: LayoutTests/fast/dom/Document/createCDATASection-expected.txt
 | 
| diff --git a/LayoutTests/fast/dom/Document/createCDATASection-expected.txt b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..aaae907c091741b5dfa30f2a44a3695ee2cda268
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt
 | 
| @@ -0,0 +1,8 @@
 | 
| +PASS "createCDATASection" in window.xmlDoc is true
 | 
| +PASS window.xmlDoc.createCDATASection("Hello").data is "Hello"
 | 
| +PASS window.xmlDoc.createCDATASection("Ha]]>o") threw exception InvalidCharacterError: String cannot contain ']]>' since that is the end delimiter of a CData section..
 | 
| +PASS window.xmlDoc.createCDATASection(null).data is "null"
 | 
| +PASS successfullyParsed is true
 | 
| +
 | 
| +TEST COMPLETE
 | 
| +
 | 
| 
 |