Skip to content
New issue

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

Stylesheet href is unexpectedly null (same-origin) #25102

Open
pshaughn opened this issue Dec 4, 2019 · 0 comments
Open

Stylesheet href is unexpectedly null (same-origin) #25102

pshaughn opened this issue Dec 4, 2019 · 0 comments

Comments

@pshaughn
Copy link
Member

@pshaughn pshaughn commented Dec 4, 2019

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.

@jdm jdm added the A-content/script label Dec 5, 2019
@jdm jdm added this to To do in web-platform-test failures via automation Dec 5, 2019
@jdm jdm added the A-content/css label Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.