diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-10 23:38:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 23:38:15 +0200 |
commit | 3ab94983b4100d5ae3c1d99c8b6a580510cd83f5 (patch) | |
tree | 1849d6873ec09ff8812b23ca36db9077022cf2e9 /tools | |
parent | 8d55d8b6be8731d37ccf6a29127b3a91a8319d0b (diff) |
feat: data URL support in fetch (#10054)
This commit adds data URL support in `fetch`. Tested via wpt.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 632af480a..a7eca6f79 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -768,6 +768,13 @@ "Check isHistoryNavigation attribute" ] } + }, + "data-urls": { + "base64.any.js": true, + "processing.any.js": [ + "\"data://test:test/,X\"", + "\"data:text/plain;a=\\\",\\\",X\"" + ] } }, "FileAPI": { |