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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>WebRTC PyAuto Test</title> 4 <title>WebRTC PyAuto Test</title>
5 <script type="text/javascript" src="test_functions.js"></script> 5 <script type="text/javascript" src="test_functions.js"></script>
6 <script type="text/javascript" src="message_handling.js"></script> 6 <script type="text/javascript" src="message_handling.js"></script>
7 <script type="text/javascript" src="getusermedia.js"></script> 7 <script type="text/javascript" src="getusermedia.js"></script>
8 <script type="text/javascript" src="jsep_call.js"></script> 8 <script type="text/javascript" src="jsep01_call.js"></script>
9 <script type="text/javascript" src="video_extraction.js"></script> 9 <script type="text/javascript" src="video_extraction.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <table border="0"> 12 <table border="0">
13 <tr> 13 <tr>
14 <td>Local Preview</td> 14 <td>Local Preview</td>
15 <td>Remote Video</td> 15 <td>Remote Video</td>
16 </tr> 16 </tr>
17 <tr> 17 <tr>
18 <td> 18 <td>
(...skipping 13 matching lines...) Expand all
32 </td> 32 </td>
33 </tr> 33 </tr>
34 <tr> 34 <tr>
35 <td></td> 35 <td></td>
36 <td> 36 <td>
37 <div id="output" style="display: inline-block; 37 <div id="output" style="display: inline-block;
38 position: relative; width: 640; height: 480"> 38 position: relative; width: 640; height: 480">
39 <!-- Canvas height should be equal to video height if we want to 39 <!-- Canvas height should be equal to video height if we want to
40 capture the whole frames. If we only want to capture the barcode, 40 capture the whole frames. If we only want to capture the barcode,
41 canvas height should equal the barcode height. --> 41 canvas height should equal the barcode height. -->
42 <canvas id="remote_canvas" width="640" height="480"></canvas> 42 <canvas id="remote-canvas" width="640" height="480"></canvas>
43 </div> 43 </div>
44 </td> 44 </td>
45 </tr> 45 </tr>
46 </table> 46 </table>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW
« 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