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

Unified Diff: LayoutTests/fast/dom/setAttributeNS-expected.txt

Issue 122083002: createElementNS handles element name 'xmlns' correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/fast/dom/setAttributeNS-expected.txt
diff --git a/LayoutTests/fast/dom/setAttributeNS-expected.txt b/LayoutTests/fast/dom/setAttributeNS-expected.txt
index 2ebc8abdd86bbcc40c4c35fce131b5998f6d3a9a..a47258d64e5c94ed83f5b7f0f407505e5bf6b500 100644
--- a/LayoutTests/fast/dom/setAttributeNS-expected.txt
+++ b/LayoutTests/fast/dom/setAttributeNS-expected.txt
@@ -1,3 +1,10 @@
-This tests that setAttributeNS with a null namespaceURI actually sets it to the value null and not a string with the contents 'null'. If the test is sucessful, the text below should say "SUCCESS".
-SUCCESS
+Test that setAttributeNS with a null namespaceURI actually sets it to the value null and not a string with the contents 'null'.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS elem.attributes[0].namespaceURI is null
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698