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

Unified Diff: LayoutTests/http/tests/misc/createElementNamespace1.xml

Issue 1254243002: Remove Node.localName and Node.namespaceURI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failure Created 5 years, 5 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: LayoutTests/http/tests/misc/createElementNamespace1.xml
diff --git a/LayoutTests/http/tests/misc/createElementNamespace1.xml b/LayoutTests/http/tests/misc/createElementNamespace1.xml
index 18b98f396d017075e5711ac7d26873d2a014f833..8d7afa3e74b4932bad1aa71bc53fd908f38cfbb3 100644
--- a/LayoutTests/http/tests/misc/createElementNamespace1.xml
+++ b/LayoutTests/http/tests/misc/createElementNamespace1.xml
@@ -11,7 +11,7 @@
log("");
log("Test1: document.namespaceURI")
- shouldBe("document.namespaceURI", "null");
+ shouldBe("document.namespaceURI", "undefined");
log("");
log("Test2: document.createElement().namespaceURI")

Powered by Google App Engine
This is Rietveld 408576698