summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html')
-rw-r--r--testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html b/testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html
new file mode 100644
index 0000000000..abefcf49f1
--- /dev/null
+++ b/testing/talos/talos/tests/offscreencanvas/benchmarks/video/2d_vp9_worker.html
@@ -0,0 +1,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.vp9.short.mp4";
+ runTest("offscreencanvas_webcodecs_worker_2d_vp9", "2d", worker, videoUri);
+}
+
+</script>
+
+</head>
+<body id="body" onload="init();">
+</body>
+</html>