| 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..92b3843eb7620331768d4664344c4a5adb2866ba
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +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 getAttributesLength('test') is 2
|
| +PASS getBackgroundStyle('test') is 'green'
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|