summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js')
-rw-r--r--testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js b/testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js
index 5011bfdd0a..8d554e4f4d 100644
--- a/testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js
+++ b/testing/web-platform/tests/webcodecs/video-encoder-config.https.any.js
@@ -90,6 +90,14 @@ const validButUnsupportedConfigs = [
},
},
{
+ comment: 'VP8 codec string not accepted by Web Codecs',
+ config: {
+ codec: 'vp08.00.10.08',
+ width: 640,
+ height: 480,
+ },
+ },
+ {
comment: 'Codec with bad casing',
config: {
codec: 'vP8',