2013-03-15 15:39:01 +00:00
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
|
|
|
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
|
<script type="application/javascript" src="head.js"></script>
|
|
|
|
|
<script type="application/javascript" src="pc.js"></script>
|
|
|
|
|
<script type="application/javascript" src="templates.js"></script>
|
2014-05-15 16:41:00 +00:00
|
|
|
|
<script type="application/javascript" src="turnConfig.js"></script>
|
2013-03-15 15:39:01 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<pre id="test">
|
|
|
|
|
<script type="application/javascript">
|
|
|
|
|
createHTML({
|
|
|
|
|
bug: "796894",
|
|
|
|
|
title: "Basic datachannel only connection"
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
var test;
|
2014-06-13 14:56:00 +00:00
|
|
|
|
runNetworkTest(function () {
|
2013-03-15 15:39:01 +00:00
|
|
|
|
test = new DataChannelTest();
|
|
|
|
|
test.run();
|
2014-06-13 14:56:00 +00:00
|
|
|
|
});
|
2013-03-15 15:39:01 +00:00
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</pre>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|