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

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

Issue 293123009: Cleaned up WebRTC browser test js, removed unneeded stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 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 --> 5 <!-- Load the polyfill to switch-hit between Chrome and Firefox -->
6 <script src="../adapter.js"></script> 6 <script src="../adapter.js"></script>
7 <script src="peerconnection.js"></script> 7 <script src="peerconnection_manual.js"></script>
8 <link rel="StyleSheet" href="stylesheet.css"> 8 <link rel="StyleSheet" href="stylesheet.css">
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 </head> 10 </head>
11 <body> 11 <body>
12 12
13 <div id="wrapper"> 13 <div id="wrapper">
14 <div id="getusermedia-input"> 14 <div id="getusermedia-input">
15 GetUserMedia <a href="http://goo.gl/V7cZg">MediaStreamConstraints</a>: 15 GetUserMedia <a href="http://goo.gl/V7cZg">MediaStreamConstraints</a>:
16 <input type="text" id="getusermedia-constraints"> 16 <input type="text" id="getusermedia-constraints">
17 Audio<input type="checkbox" id="audio" checked 17 Audio<input type="checkbox" id="audio" checked
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 </textarea> 154 </textarea>
155 155
156 <h2>Debug</h2> 156 <h2>Debug</h2>
157 <pre id="debug"></pre> 157 <pre id="debug"></pre>
158 </div> 158 </div>
159 </div> 159 </div>
160 </div> 160 </div>
161 161
162 </body> 162 </body>
163 </html> 163 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/webrtc/jsep01_call.js ('k') | chrome/test/data/webrtc/manual/peerconnection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698