Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'linux' && os_version == '18.04' && processor == 'x86_64' OR os == 'mac' && os_version == '10.15' && processor == 'x86_64' OR os == 'mac' && os_version == '11.20' && arch == 'aarch64' OR win11_2009 && bits == 32
- Manifest: dom/canvas/test/webgl-mochitest/mochitest.toml
<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.webmvp8.webm");
}
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
</script>
</body>
</html>