diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 81574085c..3b4b3b9d4 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3204,7 +3204,9 @@ "respond-after-enqueue.any.html": true, "respond-after-enqueue.any.worker.html": true, "enqueue-with-detached-buffer.any.html": true, - "enqueue-with-detached-buffer.any.worker.html": true + "enqueue-with-detached-buffer.any.worker.html": true, + "read-min.any.html": true, + "read-min.any.worker.html": true }, "readable-streams": { "async-iterator.any.html": true, |