diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 79e22ea14..4afa46066 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2963,21 +2963,11 @@ "stream-response.any.worker.html": true, "stream-safe-creation.any.html": [ "throwing Object.prototype.start accessor should not affect stream creation by 'fetch'", - "Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'", - "throwing Object.prototype.type accessor should not affect stream creation by 'fetch'", - "throwing Object.prototype.size accessor should not affect stream creation by 'fetch'", - "Object.prototype.size accessor returning invalid value should not affect stream creation by 'fetch'", - "throwing Object.prototype.highWaterMark accessor should not affect stream creation by 'fetch'", - "Object.prototype.highWaterMark accessor returning invalid value should not affect stream creation by 'fetch'" + "Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'" ], "stream-safe-creation.any.worker.html": [ "throwing Object.prototype.start accessor should not affect stream creation by 'fetch'", - "Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'", - "throwing Object.prototype.type accessor should not affect stream creation by 'fetch'", - "throwing Object.prototype.size accessor should not affect stream creation by 'fetch'", - "Object.prototype.size accessor returning invalid value should not affect stream creation by 'fetch'", - "throwing Object.prototype.highWaterMark accessor should not affect stream creation by 'fetch'", - "Object.prototype.highWaterMark accessor returning invalid value should not affect stream creation by 'fetch'" + "Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'" ], "integrity.sub.any.html": [ "Invalid integrity", |