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

Unified Diff: chrome/test/data/webrtc/webrtc_video_quality_test.html

Issue 10957035: Adapted tests to API change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed video quality test, which will be coming up soon. Created 8 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
« no previous file with comments | « chrome/test/data/webrtc/video_extraction.js ('k') | chrome/test/functional/media_stream_infobar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/webrtc_video_quality_test.html
diff --git a/chrome/test/data/webrtc/webrtc_video_quality_test.html b/chrome/test/data/webrtc/webrtc_video_quality_test.html
index feb4fbeaa79b02443a8e24d6cb54358c0207a5a7..2b23d2d015668dc349e09b4839ab4985fee0f483 100644
--- a/chrome/test/data/webrtc/webrtc_video_quality_test.html
+++ b/chrome/test/data/webrtc/webrtc_video_quality_test.html
@@ -5,7 +5,7 @@
<script type="text/javascript" src="test_functions.js"></script>
<script type="text/javascript" src="message_handling.js"></script>
<script type="text/javascript" src="getusermedia.js"></script>
- <script type="text/javascript" src="jsep_call.js"></script>
+ <script type="text/javascript" src="jsep01_call.js"></script>
<script type="text/javascript" src="video_extraction.js"></script>
</head>
<body>
@@ -39,7 +39,7 @@
<!-- Canvas height should be equal to video height if we want to
capture the whole frames. If we only want to capture the barcode,
canvas height should equal the barcode height. -->
- <canvas id="remote_canvas" width="640" height="480"></canvas>
+ <canvas id="remote-canvas" width="640" height="480"></canvas>
</div>
</td>
</tr>
« no previous file with comments | « chrome/test/data/webrtc/video_extraction.js ('k') | chrome/test/functional/media_stream_infobar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698