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 up<?xml?> appears to be counted among XHTML DOM children, or possibly some other incorrect first child exists #25111
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.