blob: 05e36025b3d39e9d10d280c44b8e3c721436336e [file] [log] [blame]
<!doctype html>
<!--
Tests WebVR pixel data is submitted correctly.
-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="../resources/webxr_e2e.css">
</head>
<body>
<canvas id="webgl-canvas"></canvas>
<script src="../../../../../../third_party/blink/web_tests/resources/testharness.js"></script>
<script src="../resources/webxr_e2e.js"></script>
<script src="../resources/webvr_boilerplate.js"></script>
<script>
var t = async_test("Pixel data is correct");
function finishTest() {
t.done();
}
</script>
</body>
</html>