diff --git a/webcodecs/video-encoder-config.https.any.js b/webcodecs/video-encoder-config.https.any.js index 5ee90c74c407a6..b692bd14f7848f 100644 --- a/webcodecs/video-encoder-config.https.any.js +++ b/webcodecs/video-encoder-config.https.any.js @@ -183,6 +183,14 @@ const validButUnsupportedConfigs = [ height: 480, }, }, + { + comment: 'codec with spaces', + config: { + codec: ' vp09.00.10.08 ', + width: 640, + height: 480, + } + } ]; validButUnsupportedConfigs.forEach(entry => {