| Index: LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-xml-expected.txt | 
| diff --git a/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-xml-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-xml-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..69b3beb9fa3694447fcb7f7ab4c6d5857a3ed579 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-xml-expected.txt | 
| @@ -0,0 +1,15 @@ | 
| +Testcase for bug 279193: setAttributeNode() does not set the new value to an existing attribute if specified attribute is in a different case. This testcase verifies that attributes with the same name but in different case are added separately for XML documents. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS doc.documentElement.attributes.length is 2 | 
| +PASS doc.documentElement.getAttribute("x") is "x" | 
| +PASS doc.documentElement.getAttribute("X") is "X" | 
| +PASS doc.documentElement.attributes.length is 2 | 
| +PASS doc.documentElement.getAttribute("x") is "x" | 
| +PASS doc.documentElement.getAttribute("X") is "Y" | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |