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

Unified Diff: LayoutTests/http/tests/misc/createElementNamespace2.xhtml

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/createElementNamespace2.xhtml
diff --git a/LayoutTests/http/tests/misc/createElementNamespace2.xhtml b/LayoutTests/http/tests/misc/createElementNamespace2.xhtml
index a0e67ef9696c6824d4ff7a902960b88ceb4091e4..18ab1a358f318923acb5c8852f5adb59d1805c3a 100644
--- a/LayoutTests/http/tests/misc/createElementNamespace2.xhtml
+++ b/LayoutTests/http/tests/misc/createElementNamespace2.xhtml
@@ -9,7 +9,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