DOMNode::nextSibling(), DOMNode::insertBefore(), and DOMNode::removeChild() are unimplemented.
Created attachment 49767 [details] patch
Created attachment 49771 [details] patch v2 Fix the check in DOMNode::removeChild() to check if oldChildNode is null, rather than oldChild.
Committed in r55398.