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

This commit is contained in:
WPT Sync Bot 2023-04-16 01:26:13 +00:00
parent 766917ef4f
commit 75286b8eab
467 changed files with 8309 additions and 3209 deletions

View file

@ -295,7 +295,7 @@ promise_test(async t => {
encoder.configure(defaultConfig);
assert_throws_dom("OperationError", () => {
assert_throws_js(TypeError, () => {
encoder.encode(frame);
});
}, 'Verify encoding closed frames throws.');