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

Unified Diff: content/test/data/media/peerconnection-call.html

Issue 68263016: Add simple test for VideoTrack.stop(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments. Created 7 years, 1 month 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
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | content/test/data/media/webrtc_test_utilities.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/peerconnection-call.html
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
index 535498f45d409b115b8c39774cd2d173bfd7d2a0..a2ee6b4f49e60df7a7082b96aaee87e242fcbea5 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -102,8 +102,8 @@
}
// Do the forwarding after we have received video.
- detectVideoIn('remote-view-1', onRemoteStream1);
- detectVideoIn('remote-view-2', onRemoteStream2);
+ detectVideoPlaying('remote-view-1', onRemoteStream1);
+ detectVideoPlaying('remote-view-2', onRemoteStream2);
}
// Test that we can setup call with an audio and video track and
@@ -212,7 +212,7 @@
}
// Do the DTMF test after we have received video.
- detectVideoIn('remote-view-2', onCallEstablished);
+ detectVideoPlaying('remote-view-2', onCallEstablished);
}
// Test call with a new Video MediaStream that has been created based on a
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | content/test/data/media/webrtc_test_utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698