diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 16 |
1 files changed, 16 insertions, 0 deletions
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: <file://example.net/C:/> against <about:blank>", "Parsing: <file://1.2.3.4/C:/> against <about:blank>", "Parsing: <file://[1::8]/C:/> against <about:blank>", + "Parsing: <C|/> against <file://host/>", + "Parsing: </C:/> against <file://host/>", + "Parsing: <file:C:/> against <file://host/>", + "Parsing: <file:/C:/> against <file://host/>", "Parsing: <file://localhost//a//../..//foo> against <about:blank>", "Parsing: <file://localhost////foo> against <about:blank>", "Parsing: <file:////foo> against <about:blank>", @@ -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 |