| Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html
|
| index 884fdd50490088d288da8f3aeb124272cbca7c5f..10c29f02a2c119972eefbfcaa2e22709056ab77c 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html
|
| @@ -26,7 +26,7 @@ test(function() {
|
| assert_false(element1.isSameNode(element2), "same properties");
|
| assert_false(element1.isSameNode(null), "with null other node");
|
|
|
| -}, "elements should be compared on reference");
|
| +}, "elements should be compared on reference (namespaced element)");
|
|
|
| test(function() {
|
|
|
| @@ -40,7 +40,7 @@ test(function() {
|
| assert_false(element1.isSameNode(element2), "same properties");
|
| assert_false(element1.isSameNode(null), "with null other node");
|
|
|
| -}, "elements should be compared on reference");
|
| +}, "elements should be compared on reference (namespaced attribute)");
|
|
|
| test(function() {
|
|
|
|
|