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 upStylesheet load events fire in many cases that shouldn't #25101
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each of these tests fails on multiple cases because a load event is seen from a stylesheet that was bad in some way, including not being CSS, downgrading to http from https, wrong Content-Type, invalid Content-Type, and no ContentType with nosniff attribute,
WPT html/semantics/document-metadata/the-link-element/:
Servo does appear to avoid firing a load event when an import is a 404, which Chrome fails on, so we're getting some things right.