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

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

Issue 23172002: Landing https://codereview.chromium.org/18769010/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 src="../adapter.js"></script>
5 <script src="../test_functions.js"></script> 7 <script src="../test_functions.js"></script>
6 <script src="../message_handling.js"></script> 8 <script src="../message_handling.js"></script>
7 <script src="../getusermedia.js"></script> 9 <script src="../getusermedia.js"></script>
8 <script src="../jsep01_call.js"></script> 10 <script src="../jsep01_call.js"></script>
9 <script src="peerconnection.js"></script> 11 <script src="peerconnection.js"></script>
10 <link rel="StyleSheet" href="stylesheet.css"> 12 <link rel="StyleSheet" href="stylesheet.css">
11 <meta charset="utf-8"> 13 <meta charset="utf-8">
12 </head> 14 </head>
13 <body> 15 <body>
14 16
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 </textarea> 144 </textarea>
143 145
144 <h2>Debug</h2> 146 <h2>Debug</h2>
145 <pre id="debug"></pre> 147 <pre id="debug"></pre>
146 </div> 148 </div>
147 </div> 149 </div>
148 </div> 150 </div>
149 151
150 </body> 152 </body>
151 </html> 153 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/webrtc/manual/constraints.js ('k') | chrome/test/data/webrtc/manual/peerconnection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698