mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
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.
This commit is contained in:
parent
806db676b0
commit
0d7284dc34
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