OLD | NEW |
1 | 1 |
2 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 2 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <script src="../../resources/js-test.js"></script> | 5 <script src="../../resources/js-test.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <script> | 8 <script> |
9 description("Tests the RTCPeerConnection stats interface."); | 9 description("Tests the RTCPeerConnection stats interface."); |
10 | 10 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 83 |
84 var startTime = new Date().getTime(); | 84 var startTime = new Date().getTime(); |
85 shouldNotThrow('pc = new webkitRTCPeerConnection(null)'); | 85 shouldNotThrow('pc = new webkitRTCPeerConnection(null)'); |
86 shouldNotThrow('pc.getStats(statsHandler1)'); | 86 shouldNotThrow('pc.getStats(statsHandler1)'); |
87 | 87 |
88 window.jsTestIsAsync = true; | 88 window.jsTestIsAsync = true; |
89 window.successfullyParsed = true; | 89 window.successfullyParsed = true; |
90 </script> | 90 </script> |
91 </body> | 91 </body> |
92 </html> | 92 </html> |
OLD | NEW |