Update web-platform-tests to revision 3b0853b41cdb88c713f2ac3636f5b69c14b31d49

This commit is contained in:
WPT Sync Bot 2019-04-28 21:53:47 -04:00
parent c58f91ec1f
commit c084436da7
31 changed files with 611 additions and 57 deletions

View file

@ -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>