| Index: LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt b/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cde05ee735c86e9335c49d5ada39e7ad847367dc
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +Updating value of replaced attribute node
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS replaced = element.setAttributeNode(attr); replaced.name is "STYLE"
|
| +PASS replaced.value is "background-color: red"
|
| +PASS attr.name is "STYLE"
|
| +PASS attr.value is ""
|
| +PASS element.getAttribute('style') is ""
|
| +PASS element.getAttribute('StyLE') is ""
|
| +PASS attr.value = 'background-color: green'; attr.value is "background-color: green"
|
| +PASS element.getAttribute('stylE') is "background-color: green"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
| +
|
|
|