mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 3b0853b41cdb88c713f2ac3636f5b69c14b31d49
This commit is contained in:
parent
c58f91ec1f
commit
c084436da7
31 changed files with 611 additions and 57 deletions
|
@ -21,7 +21,7 @@ test(() => {
|
|||
|
||||
test(() => {
|
||||
const init = {method: 'POST', keepalive: true, body: new ReadableStream()};
|
||||
assert_throws('TypeError', () => {new Request('/', init)});
|
||||
assert_throws(new TypeError(), () => {new Request('/', init)});
|
||||
}, 'keepalive flag with stream body');
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue