summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-mochitest
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/test/webgl-mochitest')
-rw-r--r--dom/canvas/test/webgl-mochitest/mochitest.toml13
-rw-r--r--dom/canvas/test/webgl-mochitest/red-green.theora.ogvbin10292 -> 0 bytes
-rw-r--r--dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html21
3 files changed, 2 insertions, 32 deletions
diff --git a/dom/canvas/test/webgl-mochitest/mochitest.toml b/dom/canvas/test/webgl-mochitest/mochitest.toml
index 88e2fab88b..88b9b8ae91 100644
--- a/dom/canvas/test/webgl-mochitest/mochitest.toml
+++ b/dom/canvas/test/webgl-mochitest/mochitest.toml
@@ -8,7 +8,6 @@ support-files = [
"webgl-util.js",
"test_video_fastpath.js",
"red-green.mp4",
- "red-green.theora.ogv",
"red-green.webmvp8.webm",
"red-green.webmvp9.webm",
]
@@ -199,20 +198,12 @@ support-files = ["blank_15000x10000.png"]
["test_video_fastpath_mp4.html"]
skip-if = ["win11_2009 && bits == 32"] # No fast video path for h264 decoder (done in RDD, can't be read in content)
-["test_video_fastpath_theora.html"]
-skip-if = [
- "os == 'linux' && os_version == '18.04'",
- "apple_catalina",
- "apple_silicon",
- "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
-]
-
["test_video_fastpath_vp8.html"]
skip-if = [
"os == 'linux' && os_version == '18.04'",
"apple_catalina",
"apple_silicon",
- "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
+ "win11_2009 && bits == 32", # No fast video path for vp8 decoder (done in RDD, can't be read in content)
]
["test_video_fastpath_vp9.html"]
@@ -220,7 +211,7 @@ skip-if = [
"os == 'linux' && os_version == '18.04'",
"apple_catalina",
"apple_silicon",
- "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
+ "win11_2009 && bits == 32", # No fast video path for vp9 decoder (done in RDD, can't be read in content)
]
["test_webgl2_alpha_luminance.html"]
diff --git a/dom/canvas/test/webgl-mochitest/red-green.theora.ogv b/dom/canvas/test/webgl-mochitest/red-green.theora.ogv
deleted file mode 100644
index 1543915a10..0000000000
--- a/dom/canvas/test/webgl-mochitest/red-green.theora.ogv
+++ /dev/null
Binary files differ
diff --git a/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html b/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
deleted file mode 100644
index 4f4fbab88b..0000000000
--- a/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <meta name="timeout" content="long"/>
- <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
- <title>Video Fastpath upload test</title>
- <script src="/tests/SimpleTest/SimpleTest.js"></script>
- <script src="test_video_fastpath.js"></script>
- <link rel="stylesheet" href="/tests/SimpleTest/test.css">
- </head>
- <body>
- <script>
-
- function runTest() {
- startTest("red-green.theora.ogv");
- }
-
- SimpleTest.waitForExplicitFinish();
- SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
- </script>
- </body>
-</html>