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:
Martin Robinson 2023-01-12 20:05:58 +01:00
parent 806db676b0
commit 0d7284dc34
3 changed files with 26 additions and 34 deletions

View file

@ -1,8 +1,3 @@
[schemeful-navigation.tentative.html]
expected: TIMEOUT
[Navigate cross-scheme]
expected: NOTRUN
[Navigate same-scheme]
expected: TIMEOUT
expected: FAIL

View file

@ -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