| 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
|
| deleted file mode 100644
|
| index 9743f618284a3004f62ea31ef8e821b52c2b8eb6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/Attr/update-attribute-node-null-value-no-crash-expected.txt
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -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
|
| -
|
|
|