| 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 PeerConnection Manual Test</title> | 4 <title>WebRTC PeerConnection Manual Test</title> |
| 5 <!-- Load the polyfill to switch-hit between Chrome and Firefox --> | |
| 6 <script src="../adapter.js"></script> | |
| 7 <script src="../test_functions.js"></script> | 5 <script src="../test_functions.js"></script> |
| 8 <script src="../message_handling.js"></script> | 6 <script src="../message_handling.js"></script> |
| 9 <script src="../getusermedia.js"></script> | 7 <script src="../getusermedia.js"></script> |
| 10 <script src="../jsep01_call.js"></script> | 8 <script src="../jsep01_call.js"></script> |
| 11 <script src="peerconnection.js"></script> | 9 <script src="peerconnection.js"></script> |
| 12 <link rel="StyleSheet" href="stylesheet.css"> | 10 <link rel="StyleSheet" href="stylesheet.css"> |
| 13 <meta charset="utf-8"> | 11 <meta charset="utf-8"> |
| 14 </head> | 12 </head> |
| 15 <body> | 13 <body> |
| 16 | 14 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 </textarea> | 142 </textarea> |
| 145 | 143 |
| 146 <h2>Debug</h2> | 144 <h2>Debug</h2> |
| 147 <pre id="debug"></pre> | 145 <pre id="debug"></pre> |
| 148 </div> | 146 </div> |
| 149 </div> | 147 </div> |
| 150 </div> | 148 </div> |
| 151 | 149 |
| 152 </body> | 150 </body> |
| 153 </html> | 151 </html> |
| OLD | NEW |