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

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

Issue 18778002: Inherit EventTarget interface instead of duplicating its code (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
new file mode 100644
index 0000000000000000000000000000000000000000..de47cc82c57e56f6040f669790bbd1bbd2e98c08
--- /dev/null
+++ b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
@@ -0,0 +1,17 @@
+Check that interfaces inherit from EventTarget
+
+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 WebSocket.prototype.__proto__ is EventTarget.prototype
+FAIL Window.prototype.__proto__ should be [object Object]. Was [object Object].
+PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype
+PASS XMLHttpRequestUpload.prototype.__proto__ is EventTarget.prototype
+PASS webkitAudioContext.prototype.__proto__ is EventTarget.prototype
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/webexposed/event-target-in-prototype.html ('k') | LayoutTests/webexposed/global-constructors-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698