Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWPT test that's in UTF-8 with BOM times out #25053
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/html/syntax/parsing-html-fragments/the-input-byte-stream-034.html looks perfectly normal but as it explains in its own comment, and as a hex editor verifies, it starts with the unnecessary but occasionally-found-in-the-wild UTF-8 BOM of EF BB BF, and Servo seems to timeout on it because of this. This probably overlaps the similar UTF-16 failures of #22443.