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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 | 75 |
76 shouldNotThrow("navigator.webkitGetUserMedia({video:true}, gotStream2, error
);") | 76 shouldNotThrow("navigator.webkitGetUserMedia({video:true}, gotStream2, error
);") |
77 } | 77 } |
78 | 78 |
79 shouldThrow("navigator.webkitGetUserMedia({audio:false, video:false}, error, err
or);") | 79 shouldThrow("navigator.webkitGetUserMedia({audio:false, video:false}, error, err
or);") |
80 shouldNotThrow("navigator.webkitGetUserMedia({audio:true}, gotStream1, error);")
; | 80 shouldNotThrow("navigator.webkitGetUserMedia({audio:true}, gotStream1, error);")
; |
81 | 81 |
82 window.jsTestIsAsync = true; | 82 window.jsTestIsAsync = true; |
83 window.successfullyParsed = true; | 83 window.successfullyParsed = true; |
84 </script> | 84 </script> |
85 <script src="../js/resources/js-test-post.js"></script> | |
86 </body> | 85 </body> |
87 </html> | 86 </html> |
OLD | NEW |