<!DOCTYPE HTML> <html> <head> <script type="application/javascript" src="pc.js"></script> </head> <body> <pre id="test"> <script type="application/javascript"> createHTML({ bug: "796889", title: "Basic data channel video connection" }); var test; runNetworkTest(function (options) { test = new PeerConnectionTest(options); addInitialDataChannel(test.chain); test.setMediaConstraints([{video: true}], [{video: true}]); test.run(); }); </script> </pre> </body> </html>