Index: LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b37b9bf593ec07cfb5c8af01141ae29cd5179bb1 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt |
@@ -0,0 +1,11 @@ |
+Testcase for bug 279193: setAttributeNode() does not set the new value to an existing attribute if specified attribute is in a different case. The issue can be manually verified by ascertaining that a green colored block is displayed instead of a red one. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS testElement.attributes.length.toString() is "2" |
+PASS testElement.style.background is "green" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |