mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Hookup mime classifier to main document loader (#39109)
While we don't perform any sniffing yet, it does now check all relevant mime types. Before, we would only check specific versions of specific mime types. However, the specification is more elaborate, which MimeClassifier already handles. There are two new test failures, but they actually fail in the same way in other browsers. These tests are still being discussed what the correct behavior should be [1] Part of #14024 [1]: https://github.com/whatwg/mimesniff/issues/189#issuecomment-2081559661 --------- Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
a44b98c358
commit
dab195ca80
23 changed files with 284 additions and 619 deletions
|
@ -1,4 +1,3 @@
|
|||
[navigation-type-post-backforward.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation type after posting and navigating away and back should be back_forward.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue