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

<?xml?> appears to be counted among XHTML DOM children, or possibly some other incorrect first child exists #25111

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

Comments

@pshaughn
Copy link
Member

@pshaughn pshaughn commented Dec 5, 2019

WPT dom/nodes/ProcessingInstruction-literal-1.xhtml tests for this intentionally and fails its only assert, assert_equals(document.firstChild, document.documentElement)
dom/nodes/ProcessingInstruction-escapes-1.xhtml incidentally fails here because it's trying to reach a specific <?xml-stylesheet> by sibling count from the first child and the count is wrong.

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.