mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision b'f0b66362cc5dec54d81e0a56458b48f310a2eba9'
This commit is contained in:
parent
766917ef4f
commit
75286b8eab
467 changed files with 8309 additions and 3209 deletions
|
@ -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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue