blob: c1f666b7ab984f85ec2c54aa5da0b51f35a628b1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../resources/js-test-pre.js"></script>
<script src="js/basic-webgpu-functions.js"></script>
<body>
<canvas width="420" height="420"></canvas>
<script>
if (window.testRunner)
window.testRunner.dumpAsText();
runWebGPUTestsOnCanvas(document.querySelector("canvas"), [setUpPipeline, render]);
successfullyParsed = true;
</script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>