-
Notifications
You must be signed in to change notification settings - Fork 3.6k
net: Relax the SVG content type detection logic. #56050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
wpt-pr-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The review process for this patch is being conducted in the Servo project.
eca33ae to
eb4cba3
Compare
|
⛔ The downstream PR has merged (servo/servo#40636), but these changes could not be merged properly. Please address any CI issues and try to merge manually. |
karlcow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion to move this test.
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
eb4cba3 to
e2505c5
Compare
The [upstream PR] failed to merge due to lint issues and there was also a suggestion to move the test to a different folder. Since that upstream PR has now been merged manually, backport these fixes to Servo's copy of WPT. [upstream PR]: web-platform-tests/wpt#56050 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
The exported [upstream PR] failed to merge due to lint issues and there was also a suggestion to move the test to a different folder. Since that upstream PR has now been merged manually, backport these fixes to Servo's copy of WPT. [upstream PR]: web-platform-tests/wpt#56050 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
The exported [upstream PR] failed to merge due to lint issues and there was also a suggestion to move the test to a different folder. Since that upstream PR has now been merged manually, backport these fixes to Servo's copy of WPT. [upstream PR]: web-platform-tests/wpt#56050 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
The current logic fails when the
Content-Typeheader includes the character encoding other parameters likeqs.Fixes: #40630
Reviewed in servo/servo#40636