From 3ab94983b4100d5ae3c1d99c8b6a580510cd83f5 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 10 Apr 2021 23:38:15 +0200 Subject: feat: data URL support in fetch (#10054) This commit adds data URL support in `fetch`. Tested via wpt. --- tools/wpt/expectation.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/wpt/expectation.json') 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": { -- cgit v1.2.3