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

Unified Diff: LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt

Issue 184273003: Allow overriding the serialization rules in MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto split out CLs. Created 6 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt
diff --git a/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt b/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt
index 3f9a3c0fc7834740d681ab5c33f025295fd6c83e..8cde7262090f2ca27cd852aea0c1cba006ee522d 100644
--- a/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt
+++ b/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt
@@ -13,7 +13,7 @@ PASS testAttribNodeNamePreservesCase() is "A,A"
PASS testAttribNodeNamePreservesCaseGetNode() is "A,A"
PASS testAttribNodeNamePreservesCaseGetNode2() is "B,B"
PASS testAttribNodeNameGetMutate() is "1"
-PASS (new XMLSerializer).serializeToString(node) is "<div myAttrib=\"XXX\"></div>"
+PASS (new XMLSerializer).serializeToString(node) is "<div xmlns=\"http://www.w3.org/1999/xhtml\" myAttrib=\"XXX\"></div>"
PASS node.getAttributeNode('myAttrib').name is "myAttrib"
PASS node.getAttributeNode('myattrib').name is "myAttrib"
PASS attrib.name is "myAttrib"
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698