diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 3d5a33c23..81574085c 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3197,12 +3197,8 @@ "construct-byob-request.any.worker.html": true, "general.any.html": true, "general.any.worker.html": true, - "non-transferable-buffers.any.html": [ - "ReadableStream with byte source: fill() with a non-transferable buffer" - ], - "non-transferable-buffers.any.worker.html": [ - "ReadableStream with byte source: fill() with a non-transferable buffer" - ], + "non-transferable-buffers.any.html": true, + "non-transferable-buffers.any.worker.html": true, "tee.any.html": true, "tee.any.worker.html": true, "respond-after-enqueue.any.html": true, |