Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test runs only with pattern: os != 'android' && !mda_gpu
- Manifest: dom/media/webcodecs/test/mochitest.toml
<!DOCTYPE HTML>
<html>
<head>
<title>Test WebCodecs video hardware encoding without GPU</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<script src="encoding_process.js"></script>
<script type="application/javascript">
add_task(async function () {
await testWebCodecsEncodingProcess(/* hasGpu */ false);
});
</script>
</head>
<body>
</body>
</html>