diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index a18e16b8f..f12aa16fd 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -990,16 +990,8 @@ }, "file": { "File-constructor.any.html": true, - "send-file-formdata-controls.any.html": [ - "Upload file-for-upload-in-form-LF-[\n].txt (ASCII) in fetch with FormData", - "Upload file-for-upload-in-form-LF-CR-[\n\r].txt (ASCII) in fetch with FormData", - "Upload file-for-upload-in-form-CR-[\r].txt (ASCII) in fetch with FormData", - "Upload file-for-upload-in-form-CR-LF-[\r\n].txt (ASCII) in fetch with FormData" - ], - "send-file-formdata-punctuation.any.html": [ - "Upload file-for-upload-in-form-QUOTATION-MARK-[\"].txt (ASCII) in fetch with FormData", - "Upload \"file-for-upload-in-form-double-quoted.txt\" (ASCII) in fetch with FormData" - ], + "send-file-formdata-controls.any.html": true, + "send-file-formdata-punctuation.any.html": true, "send-file-formdata-utf-8.any.html": true, "send-file-formdata.any.html": true }, |