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

Implement ChildNode::before & ChildNode::after #6800

Merged
merged 1 commit into from Jul 30, 2015

Commits on Jul 29, 2015

  1. Implement ChildNode::before & ChildNode::after

    Continued from #6536
    
    The current implementations of `ChildNode::before` and
    `ChildNode::after` do not match the WHATWG spec. This commit updates the
    implementations to match the spec.
    
    Our current implementation of `ChildNode::after` passes all the WPT
    tests. So I made sure to add a regression test that failed with the
    current implementation. There are a few other unit tests I added
    to exhaust other corner cases I encountered.
    frewsxcv committed Jul 29, 2015
You can’t perform that action at this time.