diff options
| author | Andreu Botella <abb@randomunok.com> | 2021-09-29 10:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 10:47:24 +0200 |
| commit | cdb252af0aa7251f339a77638b32af89f112d13d (patch) | |
| tree | 94dffeea0bf7c6315c64cd9797cdbf662806bf71 /tools/wpt | |
| parent | 5b526e5d1734ddb6ef4c5ee7b59a5f45e70a38e5 (diff) | |
feat: support serializing `WebAssembly.Module` objects (#12140)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index ceaa0cc7b..c7879ff82 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -13573,7 +13573,7 @@ "module": { "serialization-via-idb.any.html": false, "serialization-via-notifications-api.any.html": false, - "nested-worker-success.any.worker.html": false + "nested-worker-success.any.worker.html": true }, "arraybuffer": { "transfer.window.html": false |
