Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 2a71f56

Browse files
anforowiczchromium-wpt-export-bot
authored andcommitted
Test coverage for excluding application/x-www-form-urlencoded from CORB.
In addition to covering application/x-www-form-urlencoded, this CL takes the opportunity to also cover application/octet-stream which was identified long time ago in a Firefox bug. This CL is a follow-up to https://crbug.com/990853, but won't need to be merged to release branches, so it doesn't refer to this bug below. Bug: 802836 Change-Id: Idc95a1b070f4b4ecce391eb4f173196b89d989fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1739749 Commit-Queue: Charlie Reis <[email protected]> Auto-Submit: Łukasz Anforowicz <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Cr-Commit-Position: refs/heads/master@{#684988}
1 parent d4b0b93 commit 2a71f56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fetch/corb/img-mime-types-coverage.tentative.sub.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"application/dash+xml", // video format
2323
"image/gif;HI=THERE",
2424

25+
// Non-image MIME-types that in practice get used for images on the web.
26+
//
27+
// https://bugzilla.mozilla.org/show_bug.cgi?id=1302539
28+
"application/octet-stream",
29+
// https://crbug.com/990853
30+
"application/x-www-form-urlencoded",
31+
2532
// MIME types that may seem to be JSON or XML, but really aren't - i.e.
2633
// these MIME types are not covered by:
2734
// - https://mimesniff.spec.whatwg.org/#json-mime-type

0 commit comments

Comments
 (0)