summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/mochitest/test_submit_render_empty.worker.html
blob: 8db3168be05de813bf722088089677bb7057cb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <script src="/tests/SimpleTest/SimpleTest.js"></script>
    <script src="worker_wrapper.js"></script>
    <link rel="stylesheet" href="/tests/SimpleTest/test.css" />
  </head>
  <body>
    <script>
      runWorkerTest("test_submit_render_empty.worker.js", {}, []);
    </script>
  </body>
</html>