summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_worker.html
blob: 2764c5c4e73d30027fa0323a7d1e8199c580ee2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
   - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
<html>
<head>
<script src="helper_worker.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
const worker = new Worker("worker.js");

function init() {
  const videoUri = "../../../video/clips/testsrc.1080p.60fps.h264.short.mp4";
  runTest("offscreencanvas_webcodecs_worker_webgl_h264", "webgl", worker, videoUri);
}

</script>

</head>
<body id="body" onload="init();">
</body>
</html>