diff options
author | cybai <cyb.ai.815@gmail.com> | 2023-04-13 00:31:49 +0900 |
---|---|---|
committer | cybai <cyb.ai.815@gmail.com> | 2023-04-13 00:31:49 +0900 |
commit | 445c90e5c5bf4fb03e259964195266a4995d6d8f (patch) | |
tree | c2368ce8c819d7202237c7f2db0ce3cf0498db34 /tests | |
parent | d37865e3ebbea7ccf1e21dfab49f4f9401e3bb4e (diff) | |
download | servo-445c90e5c5bf4fb03e259964195266a4995d6d8f.tar.gz servo-445c90e5c5bf4fb03e259964195266a4995d6d8f.zip |
Respect MIME type from headers instead of caching it
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wpt/metadata/fetch/api/body/mime-type.any.js.ini | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/wpt/metadata/fetch/api/body/mime-type.any.js.ini b/tests/wpt/metadata/fetch/api/body/mime-type.any.js.ini deleted file mode 100644 index 9df4327e18f..00000000000 --- a/tests/wpt/metadata/fetch/api/body/mime-type.any.js.ini +++ /dev/null @@ -1,39 +0,0 @@ -[mime-type.any.html] - [Request: overriding explicit Content-Type] - expected: FAIL - - [Response: setting missing Content-Type] - expected: FAIL - - [Response: overriding explicit Content-Type] - expected: FAIL - - [Request: setting missing Content-Type] - expected: FAIL - - [Response: removing implicit Content-Type] - expected: FAIL - - [Request: removing implicit Content-Type] - expected: FAIL - - -[mime-type.any.worker.html] - [Request: overriding explicit Content-Type] - expected: FAIL - - [Response: setting missing Content-Type] - expected: FAIL - - [Response: overriding explicit Content-Type] - expected: FAIL - - [Request: setting missing Content-Type] - expected: FAIL - - [Response: removing implicit Content-Type] - expected: FAIL - - [Request: removing implicit Content-Type] - expected: FAIL - |