| OLD | NEW |
| (Empty) |
| 1 Updating value of an attached Attr node having a null value | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS attr.value is "" | |
| 7 PASS attr.value = null; attr.value is null | |
| 8 PASS element.setAttributeNode(attr); is null | |
| 9 PASS element.getAttribute('nullable'); is null | |
| 10 PASS attr.value = 'noCrash'; attr.value is "noCrash" | |
| 11 PASS element.getAttribute('nullable') is "noCrash" | |
| 12 PASS attr.value = null; attr.value is null | |
| 13 PASS element.getAttribute('nullable') is null | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |