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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt

Issue 1366643003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
index fe8d89914f57761f2e92dea1691a7ae2b29b517a..3afbaf8d59dbc90d8b453e89512610c83a70086c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS e.toString() is "InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is null."
PASS Object.prototype.toString.call(e) is "[object DOMException]"
-FAIL Object.prototype.toString.call(e.__proto__) should be [object DOMExceptionPrototype]. Was [object Object].
+PASS Object.prototype.toString.call(e.__proto__) is "[object DOMException]"
PASS e.constructor.toString() is "function DOMException() { [native code] }"
PASS e.constructor is window.DOMException
PASS successfullyParsed is true
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698