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

Unified Diff: LayoutTests/fast/dom/DOMException/stack-trace-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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/DOMException/stack-trace-expected.txt
diff --git a/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt b/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
index f9575fb62bf5fdfd93217934610aea9c01fc7b61..1dd451a43177f380d9428dbe5a08055560af33f2 100644
--- a/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
+++ b/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
@@ -3,8 +3,9 @@ PASS typeof e.stack is "string"
PASS e.stack.contains("innerFunction") is true
PASS e.stack.contains("outerFunction") is true
PASS Object.prototype.toString.call(e) is "[object DOMException]"
+PASS e.toString() is "HierarchyRequestError: A Node was inserted somewhere it doesn't belong."
PASS e.name is "HierarchyRequestError"
-PASS e.message is "HierarchyRequestError: DOM Exception 3"
+PASS e.message is "A Node was inserted somewhere it doesn't belong."
PASS e.code is 3
PASS e.stack === 42 is true
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/DOMException/stack-trace.html ('k') | LayoutTests/fast/dom/Document/createElement-invalid-names.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698