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 <link rel="stylesheet" href="../js/resources/js-test-style.css"> | 4 <link rel="stylesheet" href="../js/resources/js-test-style.css"> |
5 <script src="../js/resources/js-test-pre.js"></script> | 5 <script src="../js/resources/js-test-pre.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p id="description"></p> | 8 <p id="description"></p> |
9 <div id="console"></div> | 9 <div id="console"></div> |
10 <script> | 10 <script> |
(...skipping 30 matching lines...) Expand all Loading... |
41 } | 41 } |
42 | 42 |
43 getUserMedia({audio:true, video:true}, gotStream); | 43 getUserMedia({audio:true, video:true}, gotStream); |
44 | 44 |
45 window.jsTestIsAsync = true; | 45 window.jsTestIsAsync = true; |
46 window.successfullyParsed = true; | 46 window.successfullyParsed = true; |
47 </script> | 47 </script> |
48 <script src="../js/resources/js-test-post.js"></script> | 48 <script src="../js/resources/js-test-post.js"></script> |
49 </body> | 49 </body> |
50 </html> | 50 </html> |
OLD | NEW |