diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-08-25 13:48:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 13:48:53 +0200 |
| commit | 5d814a4c244d489b4ae51002a0cf1d3c2fe16058 (patch) | |
| tree | 3597ab7d4c438b96c34dac52f9f537989129001e /tools | |
| parent | f84cd9403db3545c8058a9c28474b3c99d4c2dd4 (diff) | |
feat: ArrayBuffer in structured clone transfer (#11840)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 62434935a..dd607e608 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -16195,8 +16195,7 @@ "Blob paired surrogates (invalid utf-8)", "Blob empty", "Blob NUL", - "File basic", - "ArrayBuffer" + "File basic" ] } } @@ -16252,7 +16251,7 @@ "message-channels": { "basics.any.html": true, "close.any.html": true, - "dictionary-transferrable.any.html": false, + "dictionary-transferrable.any.html": true, "implied-start.any.html": true, "no-start.any.html": true, "user-activation.tentative.any.html": false, |
