Skip to content

Commit

Permalink
Bug 1851422 [wpt PR 41793] - WebKit export of https://bugs.webkit.org…
Browse files Browse the repository at this point in the history
…/show_bug.cgi?id=261099, a=testonly

Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=261099 (#41793)

--

wpt-commits: 92636418c269eef9908c3453dff244ecbe1a7214
wpt-pr: 41793
  • Loading branch information
youennf authored and moz-wptsync-bot committed Sep 13, 2023
1 parent 6cf28d8 commit 7426f17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const validButUnsupportedConfigs = [
comment: 'Ambiguous codec',
config: {codec: 'vp9'},
},
{
comment: 'Codec with bad casing',
config: {codec: 'Vp09.00.10.08'},
},
{
comment: 'Codec with MIME type',
config: {codec: 'video/webm; codecs="vp8"'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ const validButUnsupportedConfigs = [
height: 480,
},
},
{
comment: 'Codec with bad casing',
config: {
codec: 'vP8',
width: 640,
height: 480,
},
},
{
comment: 'Width is too large',
config: {
Expand Down

0 comments on commit 7426f17

Please sign in to comment.