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

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

Issue 1865583002: Implement BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to mediaelementaudiosourcenode-gc.html Created 4 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
Index: third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype.html
diff --git a/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype.html b/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype.html
index ff191936c348420a0cebbbe4677f0949e35c51cc..ff12d151a40c9d917b35fa50ec20fa9ef019be9f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype.html
+++ b/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype.html
@@ -6,7 +6,8 @@
<script>
description("Check that interfaces inherit from EventTarget");
-eventTargets = ['EventSource', 'FileReader', 'MediaSource', 'MessagePort', 'Node', 'Performance', 'SharedWorker', 'WebSocket', 'Worker', 'AudioContext'];
tkent 2016/09/06 23:14:33 Don't you test BaseAudioContext?
Raymond Toy 2016/09/07 15:44:21 I believe this doesn't matter. BaseAudioContext i
+eventTargets = ['EventSource', 'FileReader', 'MediaSource', 'MessagePort',
+'Node', 'Performance', 'SharedWorker', 'WebSocket', 'Worker'];
tkent 2016/09/06 23:14:33 Add indentation.
Raymond Toy 2016/09/07 15:51:49 Done.
for (var i = 0; i < eventTargets.length; i++) {
if (eventTargets[i] in window)

Powered by Google App Engine
This is Rietveld 408576698