summaryrefslogtreecommitdiff
path: root/tools/wpt/expectation.json
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-30 19:22:24 +0100
committerGitHub <noreply@github.com>2021-01-30 19:22:24 +0100
commitfa975a9baee4c7489ad743be72b97372b616453a (patch)
treee5ee1456bf653968366f988cd00ffccb754d77dd /tools/wpt/expectation.json
parentef46bc88bd48371d10ef59c99c8c113632ea7d97 (diff)
refactor: rewrite Blob implementation (#9309)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'tools/wpt/expectation.json')
-rw-r--r--tools/wpt/expectation.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index b8a02d5a3..307021cd8 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -1018,5 +1018,18 @@
]
}
}
+ },
+ "FileAPI": {
+ "blob": {
+ "Blob-array-buffer.any.js": true,
+ "Blob-stream.any.js": true,
+ "Blob-text.any.js": true,
+ "Blob-constructor.any.js": [
+ "Blob interface object",
+ "Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>)."
+ ],
+ "Blob-slice-overflow.any.js": true,
+ "Blob-slice.any.js": true
+ }
}
} \ No newline at end of file