blob: d70d487a7f562b6fc92ee10a76022bc66cc864c7 [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta name="timeout" content="long">
<meta charset="utf-8">
<title>Testing getUserMedia stream to canvas contexts 2</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../webrtc/routines.js"></script>
<script src="../canvas/webgl/resources/webgl-test-utils.js"></script>
<script src="resources/getUserMedia-to-canvas.js"></script>
<style type=text/css>
canvas { width: 60px }
video { width: 60px }
</style>
</head>
<body>
<div id="debuge"></div>
<script>
createUserMediaToCanvasTests(1, 2);
</script>
</body>
</html>