mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #29236 - servo:application-json, r=jdm
Allow displaying content with "application/json" mime type For me this allows the WPT test performance-timeline/tentative/include-frames-one-remote-child.sub.html to match expected results. The wptserver is sending a 404 JSON response because the URL that the test requests is not found. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #29136. - [x] There are tests for these changes. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
a8db596d1e
3 changed files with 26 additions and 34 deletions
|
@ -1,8 +1,3 @@
|
|||
[schemeful-navigation.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Navigate cross-scheme]
|
||||
expected: NOTRUN
|
||||
|
||||
[Navigate same-scheme]
|
||||
expected: TIMEOUT
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
[schemeful-subresource.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Cross-scheme subresources cannot sent lax/strict cookies]
|
||||
expected: NOTRUN
|
||||
|
||||
[Same-scheme subresources can send lax/strict cookies]
|
||||
expected: TIMEOUT
|
||||
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue