Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: LayoutTests/fast/dom/Document/createCDATASection-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698