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 |
index aaae907c091741b5dfa30f2a44a3695ee2cda268..8cb82a997c60ab072cf929c277e3cbcf99f8648b 100644 |
--- a/LayoutTests/fast/dom/Document/createCDATASection-expected.txt |
+++ b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt |
@@ -1,6 +1,6 @@ |
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("Ha]]>o") threw exception InvalidCharacterError: Failed to execute 'createCDATASection' on 'Document': 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 |