Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-isSameNode.html

Issue 2668783003: Import wpt@767dc2a4f049c761bd146d61de2ea860a895a624 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698