| Index: LayoutTests/fast/dom/Attr/update-attribute-node-null-value-no-crash-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Attr/update-attribute-node-null-value-no-crash-expected.txt b/LayoutTests/fast/dom/Attr/update-attribute-node-null-value-no-crash-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9743f618284a3004f62ea31ef8e821b52c2b8eb6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/Attr/update-attribute-node-null-value-no-crash-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Updating value of an attached Attr node having a null value
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS attr.value is ""
|
| +PASS attr.value = null; attr.value is null
|
| +PASS element.setAttributeNode(attr); is null
|
| +PASS element.getAttribute('nullable'); is null
|
| +PASS attr.value = 'noCrash'; attr.value is "noCrash"
|
| +PASS element.getAttribute('nullable') is "noCrash"
|
| +PASS attr.value = null; attr.value is null
|
| +PASS element.getAttribute('nullable') is null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|