-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
test(wpt): add mimesniff tests #16225
Conversation
Have you managed to narrow down what the cause of the remaining failures is? |
It looks like most of the errors are due to missing escaping of special characters. Chrome & Safari have ~700/1911, we're doing pretty good in comparison. I'll start working to get it to 1911 or close to it, in a follow up. |
After further investigation, it seems that there's a bug in WPT, it expects a
While
|
Submitted a PR web-platform-tests/wpt#36359 Update: bug confirmed |
@lucacasonato The remaining failures are caused by FileAPI spec being broken and incompatible with MIME sniffing spec I'm working in #16233 towards following MIME sniffing spec for |
This PR enables 1027/1911 mimesniff tests.
https://github.com/web-platform-tests/wpt/blob/master/mimesniff/mime-types/parsing.any.js