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

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor.html

Issue 1362933003: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/mediastream/MediaStreamConstructor.html
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor.html b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor.html
index 324c389253cb938cf1e131bd89a62b1f5f5197c8..0f64a8764e0a0e327aefc637d40c739da36f28e8 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor.html
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor.html
@@ -94,7 +94,8 @@ function testConstructor(s) {
finishJSTest();
};
- s.stop();
+ s.getAudioTracks()[0].stop();
+ s.getVideoTracks()[0].stop();
}
function verifyStream(s, numAudioTracks, numVideoTracks) {

Powered by Google App Engine
This is Rietveld 408576698