You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there are some incompatibilities between FileAPI and mimesniff tests.
If we make Blob spec compliant, mimesniff tests will fail and viceversa
If the type member of the options argument is not the empty string, run the following sub-steps:
Let t be the type dictionary member. If t contains any characters outside the range U+0020 to U+007E, then set t to the empty string and return from these substeps.
I noticed there are some incompatibilities between FileAPI and mimesniff tests.
If we make Blob spec compliant, mimesniff tests will fail and viceversa
e.g.
#2
conflicts with the following test inmimesniff
wpt/mimesniff/mime-types/resources/mime-types.json
Lines 10 to 11 in 7da2733
From MIME Sniffing spec:
#1
conflicts with the following FileAPI test:wpt/FileAPI/blob/Blob-constructor.any.js
Line 450 in 7da2733
The text was updated successfully, but these errors were encountered: