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

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

Issue 18112019: Have Window inherit EventTarget interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 de47cc82c57e56f6040f669790bbd1bbd2e98c08..eb1fac87ecd4a63ea8ed7880de8bc2c1ae0f0acc 100644
--- a/LayoutTests/webexposed/event-target-in-prototype-expected.txt
+++ b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
@@ -7,7 +7,7 @@ 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 WebSocket.prototype.__proto__ is EventTarget.prototype
-FAIL Window.prototype.__proto__ should be [object Object]. Was [object Object].
+PASS Window.prototype.__proto__ is EventTarget.prototype
PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype
PASS XMLHttpRequestUpload.prototype.__proto__ is EventTarget.prototype
PASS webkitAudioContext.prototype.__proto__ is EventTarget.prototype
« no previous file with comments | « no previous file | Source/bindings/scripts/deprecated_code_generator_v8.pm » ('j') | Source/bindings/v8/custom/V8WindowCustom.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698