From 353e79c796efc6c6aa328abb4d7cef5e642944af Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 14 Apr 2021 22:49:16 +0200 Subject: chore: align FormData to spec (#10169) This PR aligns `FormData` to spec. All WPT tests are passing. --- tools/wpt/expectation.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 587bd69c8..98fc105d5 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -578,6 +578,10 @@ "Parsing: against ", "Parsing: against ", "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", "Parsing: against ", "Parsing: against ", "Parsing: against ", @@ -753,5 +757,17 @@ "queue-microtask.any.js": true } } + }, + "xhr": { + "formdata": { + "append.any.js": true, + "constructor.any.js": true, + "delete.any.js": true, + "foreach.any.js": true, + "get.any.js": true, + "has.any.js": true, + "set-blob.any.js": true, + "set.any.js": true + } } } \ No newline at end of file -- cgit v1.2.3