diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-02-16 09:10:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 02:10:59 +0100 |
commit | 3f5265b21ec578e543d09cdc9d8b19d9655aebd9 (patch) | |
tree | a47bbe4ff1245cd1dcc8dae70d2e5095758b4574 /tools | |
parent | 7e9028b53227ce67f56df79f623b2f12fda756b5 (diff) |
fix: align btoa to spec (#9053)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 00f004048..b2df7e407 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1041,6 +1041,9 @@ }, "html": { "webappapis": { + "atob": { + "base64.any.js": true + }, "timers": { "cleartimeout-clearinterval.any.js": true, "missing-timeout-setinterval.any.js": true, |