Auto merge of #22678 - nox:mime, r=SimonSapin

Pull mime 0.3.13 and fix a MIME comparison in EventSource

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22678)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-01-14 08:48:00 -05:00 committed by GitHub
commit b1a4913b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 37 deletions

View file

@ -1,7 +1,4 @@
[cors-safelisted-request-header.any.worker.html]
[No preflight for {"content-type":"text/plain;"}]
expected: FAIL
[Preflight for {"content-type":"text/plain\\f"}]
expected: FAIL
@ -19,9 +16,6 @@
[cors-safelisted-request-header.any.html]
[No preflight for {"content-type":"text/plain;"}]
expected: FAIL
[Preflight for {"content-type":"text/plain\\f"}]
expected: FAIL

View file

@ -1,4 +0,0 @@
[format-mime-trailing-semicolon.htm]
[EventSource: MIME type with trailing ;]
expected: FAIL

View file

@ -140,9 +140,6 @@
["data:†,X"]
expected: FAIL
["data:text/plain;,X"]
expected: FAIL
["data:x/x;base64;base64x,WA"]
expected: FAIL
@ -292,9 +289,6 @@
["data:†,X"]
expected: FAIL
["data:text/plain;,X"]
expected: FAIL
["data:x/x;base64;base64x,WA"]
expected: FAIL