Source code

Revision control

Copy as Markdown

Other Tools

<!-- 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.av1.short.mp4";
runTest("offscreencanvas_webcodecs_worker_2d_av1", "2d", worker, videoUri);
}
</script>
</head>
<body id="body" onload="init();">
</body>
</html>