Chromium Code Reviews| Index: test/data/webrtc/manual/peerconnection.html |
| =================================================================== |
| --- test/data/webrtc/manual/peerconnection.html (revision 191906) |
| +++ test/data/webrtc/manual/peerconnection.html (working copy) |
| @@ -2,6 +2,9 @@ |
| <html> |
| <head> |
| <title>WebRTC PeerConnection Manual Test</title> |
| + <meta http-equiv="X-UA-Compatible" content="chrome=1"/> |
| + <!-- Load the polyfill to switch-hit between Chrome and Firefox --> |
| + <script itype="text/javascript" src="https://webrtc.googlecode.com/svn/trunk/samples/js/base/adapter.js"></script> |
|
kjellander_chromium
2013/04/03 09:09:51
Wrap properly.
elham
2013/04/08 19:19:18
Done.
|
| <script type="text/javascript" src="../test_functions.js"></script> |
| <script type="text/javascript" src="../message_handling.js"></script> |
| <script type="text/javascript" src="../getusermedia.js"></script> |