Bug 1481720 [wpt PR 12350] - [Fetch] Object.prototype shouldn't interfere with fetch...
commit40160d492b193a8f5832a99ad44daebf01fe04a3
authorAdam Rice <ricea@chromium.org>
Mon, 24 Sep 2018 10:24:38 +0000 (24 10:24 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 24 Sep 2018 19:42:51 +0000 (24 19:42 +0000)
tree82293b3abd3f413d9b952294546455711a2616f3
parentbe14dee57e9815dea45376525f0423096abf105b
Bug 1481720 [wpt PR 12350] - [Fetch] Object.prototype shouldn't interfere with fetch streams, a=testonly

Automatic update from web-platform-testsFetch: Object.prototype shouldn't interfere with fetch streams

Test that setting Object.prototype.start to a function that throws
doesn't interfere with fetch operations that create a stream. Similarly,
verify that setting throwing accessors for 'type', 'size', and
'highWaterMark' doesn't cause problems.

See https://github.com/whatwg/fetch/pull/781 for background.
--

wpt-commits: ba582388f4506ea2c8341dac4d8ce6e5eb39871b
wpt-pr: 12350
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/fetch/api/basic/stream-safe-creation.any.js [new file with mode: 0644]