| 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..a59c178ddd4468c07dd87bc192e1e83461af2b23
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +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
|
|
|