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

Side by Side Diff: chrome/test/data/webrtc/webrtc_video_quality_test.html

Issue 23908004: Remove old references to PyAuto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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 Automated Test</title>
5 <script type="text/javascript" src="adapter.js"></script> 5 <script type="text/javascript" src="adapter.js"></script>
6 <script type="text/javascript" src="test_functions.js"></script> 6 <script type="text/javascript" src="test_functions.js"></script>
7 <script type="text/javascript" src="message_handling.js"></script> 7 <script type="text/javascript" src="message_handling.js"></script>
8 <script type="text/javascript" src="getusermedia.js"></script> 8 <script type="text/javascript" src="getusermedia.js"></script>
9 <script type="text/javascript" src="jsep01_call.js"></script> 9 <script type="text/javascript" src="jsep01_call.js"></script>
10 <script type="text/javascript" src="video_extraction.js"></script> 10 <script type="text/javascript" src="video_extraction.js"></script>
11 </head> 11 </head>
12 <body> 12 <body>
13 <table border="0"> 13 <table border="0">
14 <tr> 14 <tr>
(...skipping 25 matching lines...) Expand all
40 <!-- Canvas height should be equal to video height if we want to 40 <!-- Canvas height should be equal to video height if we want to
41 capture the whole frames. If we only want to capture the barcode, 41 capture the whole frames. If we only want to capture the barcode,
42 canvas height should equal the barcode height. --> 42 canvas height should equal the barcode height. -->
43 <canvas id="remote-canvas" width="640" height="480"></canvas> 43 <canvas id="remote-canvas" width="640" height="480"></canvas>
44 </div> 44 </div>
45 </td> 45 </td>
46 </tr> 46 </tr>
47 </table> 47 </table>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« chrome/test/data/webrtc/test_functions.js ('K') | « chrome/test/data/webrtc/webrtc_jsep01_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698