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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 var startTime = new Date().getTime(); | 95 var startTime = new Date().getTime(); |
96 shouldNotThrow('pc = new webkitRTCPeerConnection(null)'); | 96 shouldNotThrow('pc = new webkitRTCPeerConnection(null)'); |
97 shouldNotThrow('pc.getStats(statsHandler1)'); | 97 shouldNotThrow('pc.getStats(statsHandler1)'); |
98 | 98 |
99 window.jsTestIsAsync = true; | 99 window.jsTestIsAsync = true; |
100 window.successfullyParsed = true; | 100 window.successfullyParsed = true; |
101 </script> | 101 </script> |
102 </body> | 102 </body> |
103 </html> | 103 </html> |
OLD | NEW |