mirror of
https://github.com/servo/servo.git
synced 2025-09-11 07:28:19 +01:00
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:
commit
b1a4913b3f
6 changed files with 17 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[format-mime-trailing-semicolon.htm]
|
||||
[EventSource: MIME type with trailing ;]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue