blob: 183129a93bca9c094a190d36c61ba7724b1c9860 [file] [log] [blame]
<!doctype html>
<!--
Tests WebXR 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/webxr_boilerplate.js"></script>
<script>
var t = async_test("Pixel data is correct");
function finishTest() {
t.done();
}
</script>
</body>
</html>