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

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

Issue 22840006: Revert 217770 "Landing https://codereview.chromium.org/18769010/." (Closed) Base URL: svn://svn.chromium.org/chrome/
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>
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
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>
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/data/webrtc/manual/constraints.js ('k') | trunk/src/chrome/test/data/webrtc/manual/peerconnection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698