We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a panic here:
thread 'data: URL "data://test:test/,X"' panicked at 'Mime { type_: "text", subtype: "plain", parameters: [("charset", "US-ASCII")] }', .tests/wpt.rs:20:9
which appears to have been around at least since the data-url crate was moved into this repository around Feb 2018 (cc670f6).
The text was updated successfully, but these errors were encountered:
For some reason this does not show up as a test failure, which seems strange. Should investigate.
Sorry, something went wrong.
Apparently this might be expected: #473.
This was fixed by the changes in #473.
No branches or pull requests
There's a panic here:
which appears to have been around at least since the data-url crate was moved into this repository around Feb 2018 (cc670f6).
The text was updated successfully, but these errors were encountered: