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

Unified Diff: LayoutTests/webexposed/event-target-in-prototype-expected.txt

Issue 18539006: Have Node inherit EventTarget interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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/webexposed/event-target-in-prototype-expected.txt
diff --git a/LayoutTests/webexposed/event-target-in-prototype-expected.txt b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
index eb1fac87ecd4a63ea8ed7880de8bc2c1ae0f0acc..903b0fd8c2d833793bfe1d332c206ec0762e83bd 100644
--- a/LayoutTests/webexposed/event-target-in-prototype-expected.txt
+++ b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS EventSource.prototype.__proto__ is EventTarget.prototype
PASS MessagePort.prototype.__proto__ is EventTarget.prototype
-FAIL Node.prototype.__proto__ should be [object Object]. Was [object Object].
+PASS Node.prototype.__proto__ is EventTarget.prototype
PASS WebSocket.prototype.__proto__ is EventTarget.prototype
PASS Window.prototype.__proto__ is EventTarget.prototype
PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype
« no previous file with comments | « LayoutTests/fast/dom/prototype-chain-expected.txt ('k') | Source/bindings/scripts/deprecated_code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698