Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Side by Side Diff: chrome/test/data/webrtc/manual/peerconnection.html

Issue 18769010: Updated Chrome Test pages to use adapter.js (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 type="text/javascript"
7 src="https://webrtc.googlecode.com/svn/trunk/samples/js/base/adapter.js">
8 </script>
5 <script src="../test_functions.js"></script> 9 <script src="../test_functions.js"></script>
6 <script src="../message_handling.js"></script> 10 <script src="../message_handling.js"></script>
7 <script src="../getusermedia.js"></script> 11 <script src="../getusermedia.js"></script>
8 <script src="../jsep01_call.js"></script> 12 <script src="../jsep01_call.js"></script>
9 <script src="peerconnection.js"></script> 13 <script src="peerconnection.js"></script>
10 <link rel="StyleSheet" href="stylesheet.css"> 14 <link rel="StyleSheet" href="stylesheet.css">
11 <meta charset="utf-8"> 15 <meta charset="utf-8">
12 </head> 16 </head>
13 <body> 17 <body>
14 18
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 </textarea> 146 </textarea>
143 147
144 <h2>Debug</h2> 148 <h2>Debug</h2>
145 <pre id="debug"></pre> 149 <pre id="debug"></pre>
146 </div> 150 </div>
147 </div> 151 </div>
148 </div> 152 </div>
149 153
150 </body> 154 </body>
151 </html> 155 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698