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 upImplements Node::isSameNode #10761
Implements Node::isSameNode #10761
Conversation
highfive
commented
Apr 20, 2016
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try No, this is more than enough. You will need to update some expectations for |
Implements Node::isSameNode Fixes #10746 I adapted the tests from dom/nodes/Node-isEqualNode.html should I also add ones for xhtml too like here : dom/nodes/Node-isEqualNode-xhtml.xhtml ? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10761) <!-- Reviewable:end -->
|
|
( |
|
|
|
I don't understand what went wrong ? |
|
All of those PASS [expected FAIL] bits are tests that did not succeed before your changes. The text expectation files need to be updated to reflect the fact that they are now expected to succeed. |
|
This is what I did with my last commit ammend, but the travis error of the new CI build is strange :
|
|
I restarted it. |
|
Looks good, but needs a rebase. |
|
|
|
@bors-servo r+ Thanks! |
|
|
Implements Node::isSameNode Fixes #10746 I adapted the tests from dom/nodes/Node-isEqualNode.html should I also add ones for xhtml too like here : dom/nodes/Node-isEqualNode-xhtml.xhtml ? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10761) <!-- Reviewable:end -->
|
|
amarant commentedApr 20, 2016
Fixes #10746
I adapted the tests from dom/nodes/Node-isEqualNode.html
should I also add ones for xhtml too like here : dom/nodes/Node-isEqualNode-xhtml.xhtml ?
This change is