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 href is unexpectedly null (same-origin) #25102
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WPT html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html was going to fail anyway because we don't have named getters, but it manages to fail earlier than that when document.styleSheets[0].href is null.
This may be related to #25100, since that bug implies we erroneously look at a stylesheet before it's finished loading, and maybe the href would be set if we were seeing it at the right time.