Update web-platform-tests to revision b'd1192ca239e944dc6cdbcd079e1c16227e08e30c'

This commit is contained in:
WPT Sync Bot 2023-02-02 01:51:40 +00:00
parent 69b272b4e1
commit ec63c43030
233 changed files with 5065 additions and 1252 deletions

View file

@ -14,8 +14,8 @@ promise_setup(async () => {
'?vp8': {codec: 'vp8'},
'?vp9_p0': {codec: 'vp09.00.10.08'},
'?vp9_p2': {codec: 'vp09.02.10.10'},
'?h264_avc': {codec: 'avc1.42001E', avc: {format: 'avc'}},
'?h264_annexb': {codec: 'avc1.42001E', avc: {format: 'annexb'}}
'?h264_avc': {codec: 'avc1.42001F', avc: {format: 'avc'}},
'?h264_annexb': {codec: 'avc1.42001F', avc: {format: 'annexb'}}
}[location.search];
config.hardwareAcceleration = 'prefer-software';
config.bitrateMode = "constant";