summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html')
-rw-r--r--testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html b/testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html
new file mode 100644
index 0000000000..c0b277f49c
--- /dev/null
+++ b/testing/talos/talos/tests/offscreencanvas/benchmarks/video/webgl_h264_main.html
@@ -0,0 +1,22 @@
+<!-- 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="mp4box.all.min.js" type="text/javascript"></script>
+<script src="demuxer_mp4.js" type="text/javascript"></script>
+<script src="shared.js" type="text/javascript"></script>
+<script src="helper_main.js" type="text/javascript"></script>
+<script language="javascript" type="text/javascript">
+
+function init() {
+ const videoUri = "../../../video/clips/testsrc.1080p.60fps.h264.short.mp4";
+ runTest("offscreencanvas_webcodecs_main_webgl_h264", "webgl", videoUri);
+}
+
+</script>
+
+</head>
+<body id="body" onload="init();">
+</body>
+</html>