chromium/third_party/blink/web_tests/external/wpt/fetch/content-type/resources/content-types.json

[
  {
    "contentType": ["", "text/plain"],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/plain", ""],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/html", "text/plain"],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/plain;charset=gbk", "text/html"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/plain;charset=gbk", "text/html;charset=windows-1254"],
    "encoding": "windows-1254",
    "mimeType": "text/html;charset=windows-1254",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/plain;charset=gbk", "text/plain"],
    "encoding": "GBK",
    "mimeType": "text/plain;charset=gbk",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/plain;charset=gbk", "text/plain;charset=windows-1252"],
    "encoding": "windows-1252",
    "mimeType": "text/plain;charset=windows-1252",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/html;charset=gbk", "text/html;x=\",text/plain"],
    "encoding": "GBK",
    "mimeType": "text/html;x=\",text/plain\";charset=gbk",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/plain;charset=gbk;x=foo", "text/plain"],
    "encoding": "GBK",
    "mimeType": "text/plain;charset=gbk",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/html;charset=gbk", "text/plain", "text/html"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/plain", "*/*"],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/html", "*/*"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["*/*", "text/html"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/plain", "*/*;charset=gbk"],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  },
  {
    "contentType": ["text/html", "*/*;charset=gbk"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/html;x=\"", "text/plain"],
    "encoding": null,
    "mimeType": "text/html;x=\", text/plain\"",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/html;\"", "text/plain"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/html;\"", "\\\"", "text/plain"],
    "encoding": null,
    "mimeType": "text/html",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/html;\"", "\\\"", "text/plain", "\";charset=GBK"],
    "encoding": "GBK",
    "mimeType": "text/html;charset=GBK",
    "documentContentType": "text/html"
  },
  {
    "contentType": ["text/html;\"",  "\"", "text/plain"],
    "encoding": null,
    "mimeType": "text/plain",
    "documentContentType": "text/plain"
  }
]