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

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

Issue 466983002: Revert 288702 "Content browsertest for verifying that a black fr..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/content/test/data/media/peerconnection-call.html
===================================================================
--- trunk/src/content/test/data/media/peerconnection-call.html (revision 289082)
+++ trunk/src/content/test/data/media/peerconnection-call.html (working copy)
@@ -58,20 +58,6 @@
waitForVideo('remote-view-2');
}
- // Test that we can setup a call with a video track and that the remote peer
- // receives black frames if the local video track is disabled.
- function callAndDisableLocalVideo(constraints) {
- createConnections(null);
- navigator.webkitGetUserMedia(constraints,
- addStreamToBothConnectionsAndNegotiate, printGetUserMediaError);
- detectVideoPlaying('remote-view-1',
- function () {
- assertEquals(gLocalStream.getVideoTracks().length, 1);
- gLocalStream.getVideoTracks()[0].enabled = false;
- waitForBlackVideo('remote-view-1');
- });
- }
-
// Test that we can setup call with an audio and video track and check that
// the video resolution is as expected.
function callAndExpectResolution(constraints,
« no previous file with comments | « trunk/src/content/browser/media/webrtc_browsertest.cc ('k') | trunk/src/content/test/data/media/webrtc_test_utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698