blob: c1f666b7ab984f85ec2c54aa5da0b51f35a628b1 [file] [log] [blame]
justin_fan@apple.com272b7152018-11-02 07:09:09 +00001<!DOCTYPE html>
2<html>
justin_fan@apple.com8bd00c22018-12-01 00:11:49 +00003<head>
justin_fan@apple.com272b7152018-11-02 07:09:09 +00004<script src="../resources/js-test-pre.js"></script>
dino@apple.com96531c82018-11-19 23:33:53 +00005<script src="js/basic-webgpu-functions.js"></script>
justin_fan@apple.com8bd00c22018-12-01 00:11:49 +00006<body>
7<canvas width="420" height="420"></canvas>
justin_fan@apple.com272b7152018-11-02 07:09:09 +00008<script>
justin_fan@apple.com272b7152018-11-02 07:09:09 +00009if (window.testRunner)
10 window.testRunner.dumpAsText();
11
justin_fan@apple.com8bd00c22018-12-01 00:11:49 +000012runWebGPUTestsOnCanvas(document.querySelector("canvas"), [setUpPipeline, render]);
justin_fan@apple.com272b7152018-11-02 07:09:09 +000013
justin_fan@apple.com13350582018-11-07 04:37:04 +000014successfullyParsed = true;
justin_fan@apple.com272b7152018-11-02 07:09:09 +000015</script>
16<script src="../resources/js-test-post.js"></script>
justin_fan@apple.com8bd00c22018-12-01 00:11:49 +000017</body>
justin_fan@apple.com272b7152018-11-02 07:09:09 +000018</html>