Index: third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt |
index 8cde7262090f2ca27cd852aea0c1cba006ee522d..ad58bcde66dca503d291164c36a71640549d6726 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt |
@@ -9,14 +9,14 @@ PASS testGetAttributeCaseInsensitive() is "x" |
PASS testGetAttributeNodeMixedCase() is "x" |
PASS testGetAttributeNodeLowerCase() is "x" |
PASS testSetAttributeNodeKeepsRef() is "1" |
-PASS testAttribNodeNamePreservesCase() is "A,A" |
-PASS testAttribNodeNamePreservesCaseGetNode() is "A,A" |
-PASS testAttribNodeNamePreservesCaseGetNode2() is "B,B" |
+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 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" |
+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" |
PASS successfullyParsed is true |
TEST COMPLETE |