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 upPanic at 'This element should be in registered.' #6598
Closed
Labels
Comments
|
Ignore @jdm, I believe this is your code? |
|
This is actually http://mxr.mozilla.org/servo/source/components/script/dom/document.rs#406 ; the stack showing is from the second assertion. |
|
Looks like we're calling
Looks like someone broke the suppressing |
|
And it was #5972; I thought so at the time. |
|
#6660 fixes this, AFAICT. |
|
#6660 fixed this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This testcase reduced from DOMFuzz output:
gives me a double panic:
(Is a double panic two bugs? I'm not sure how to report this.)