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

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

Issue 23243002: Introduce XMLHttpRequestEventTarget IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update event-target-in-prototype.html test case Created 7 years, 4 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.html
diff --git a/LayoutTests/webexposed/event-target-in-prototype.html b/LayoutTests/webexposed/event-target-in-prototype.html
index 52e448316ce6bdd786bc59c1cb848e9146a05c2d..3f56e9626e9c9ab8ac081f6156596f2945b1cf1c 100644
--- a/LayoutTests/webexposed/event-target-in-prototype.html
+++ b/LayoutTests/webexposed/event-target-in-prototype.html
@@ -6,7 +6,7 @@
<script>
description("Check that interfaces inherit from EventTarget");
-eventTargets = ['EventSource', 'MessagePort', 'Node', 'WebSocket', 'Window', 'XMLHttpRequest', 'XMLHttpRequestUpload', 'webkitAudioContext'];
+eventTargets = ['EventSource', 'FileReader', 'MediaController', 'MediaSource', 'MessagePort', 'Node', 'Performance', 'SVGElementInstance', 'SharedWorker', 'WebSocket', 'Window', 'Worker', 'webkitAudioContext'];
for (var i = 0; i < eventTargets.length; i++) {
shouldBe(eventTargets[i] + ".prototype.__proto__", "EventTarget.prototype");

Powered by Google App Engine
This is Rietveld 408576698