Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 <meta http-equiv="X-UA-Compatible" content="chrome=1"/> | |
|
kjellander_chromium
2013/04/03 09:09:51
-2 spaces indent for the meta tag.
elham
2013/04/08 19:19:18
Done.
| |
| 6 <script type="text/javascript" | |
| 7 src="https://webrtc.googlecode.com/svn/trunk/samples/js/base/adapter.js"> | |
| 8 </script> | |
| 5 <script type="text/javascript" src="test_functions.js"></script> | 9 <script type="text/javascript" src="test_functions.js"></script> |
| 6 <script type="text/javascript" src="message_handling.js"></script> | 10 <script type="text/javascript" src="message_handling.js"></script> |
| 7 <script type="text/javascript" src="getusermedia.js"></script> | 11 <script type="text/javascript" src="getusermedia.js"></script> |
| 8 <script type="text/javascript" src="jsep01_call.js"></script> | 12 <script type="text/javascript" src="jsep01_call.js"></script> |
| 9 <script type="text/javascript" src="video_extraction.js"></script> | 13 <script type="text/javascript" src="video_extraction.js"></script> |
| 10 </head> | 14 </head> |
| 11 <body> | 15 <body> |
| 12 <table border="0"> | 16 <table border="0"> |
| 13 <tr> | 17 <tr> |
| 14 <td>Local Preview</td> | 18 <td>Local Preview</td> |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 39 <!-- Canvas height should be equal to video height if we want to | 43 <!-- 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, | 44 capture the whole frames. If we only want to capture the barcode, |
| 41 canvas height should equal the barcode height. --> | 45 canvas height should equal the barcode height. --> |
| 42 <canvas id="remote-canvas" width="640" height="480"></canvas> | 46 <canvas id="remote-canvas" width="640" height="480"></canvas> |
| 43 </div> | 47 </div> |
| 44 </td> | 48 </td> |
| 45 </tr> | 49 </tr> |
| 46 </table> | 50 </table> |
| 47 </body> | 51 </body> |
| 48 </html> | 52 </html> |
| OLD | NEW |