| 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"
|
|
|