| OLD | NEW |
| (Empty) |
| 1 Microdata properties collection should update properly on adding or removing ite
mref. | |
| 2 | |
| 3 Created element of type: div | |
| 4 PASS item.properties.length == '0' is true | |
| 5 | |
| 6 Set itemref to id1. | |
| 7 PASS item.properties.length == '1' is true | |
| 8 PASS item.properties.item(0) == element.firstChild is true | |
| 9 PASS item.properties[0] == element.firstChild is true | |
| 10 | |
| 11 Remove itemref attribute. | |
| 12 PASS item.properties.length == '0' is true | |
| 13 PASS item.properties.item(0) == undefined is true | |
| 14 PASS item.properties[0] == undefined is true | |
| 15 PASS successfullyParsed is true | |
| 16 | |
| 17 TEST COMPLETE | |
| 18 | |
| OLD | NEW |