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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html

Issue 2365883002: Expose the MediaStream interface (Closed)
Patch Set: drop TODO 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/fast/events/constructors/media-stream-event-constructor.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html
index a7038a59a2273cabc059c277869f8868f5551e02..fb643a9c838a73765bf0174d98b278f160d9d843 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html
@@ -9,7 +9,7 @@
description("This tests the constructor for the MediaStreamEvent DOM class.");
var testObject = {nyannyan: 123};
-var mediaStream = new webkitMediaStream();
+var mediaStream = new MediaStream();
// No initializer is passed.
shouldBe("new MediaStreamEvent('eventType').bubbles", "false");
« no previous file with comments | « ppapi/tests/test_video_destination.cc ('k') | third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698