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 upAssertion failure self.get_pending_parsing_blocking_script().is_none() || script.is_none() #11733
Labels
Comments
|
I suspect this is a symptom of servo/html5ever#198 |
|
The assertion is being triggered because we have a script element network load being completed, which invokes the parser, which encounters another script tag. Presumably the pending parsing blocking script hasn't been reset before we begin parsing. |
|
Alternatively, perhaps the pending parser blocking script is a different one than the script that's being executed. I really want better documentation for what parts of the spec |
This was referenced Jul 2, 2016
|
I can no longer reproduce this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run:
./mach run -d http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/