| OLD | NEW |
| (Empty) |
| 1 Test to ensure that adding or removing itemprop tokens must update its PropertyN
odeList. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Created element of type: div | |
| 7 Set attribute: itemscope, value: itemscope | |
| 8 PASS PNLfoo.length is 1 | |
| 9 PASS PNLbar.length is 0 | |
| 10 PASS PNLfoo[0] is item.firstChild | |
| 11 PASS PNLfoo.length is 1 | |
| 12 PASS PNLbar.length is 1 | |
| 13 PASS PNLfoo[0] is item.firstChild | |
| 14 PASS PNLbar[0] is item.lastChild | |
| 15 PASS PNLfoo.length is 2 | |
| 16 PASS PNLbar.length is 1 | |
| 17 PASS PNLfoo[0] is item.firstChild | |
| 18 PASS PNLfoo[1] is item.lastChild | |
| 19 PASS PNLbar[0] is item.lastChild | |
| 20 PASS PNLfoo.length is 1 | |
| 21 PASS PNLbar.length is 0 | |
| 22 PASS PNLfoo[0] is item.firstChild | |
| 23 PASS successfullyParsed is true | |
| 24 | |
| 25 TEST COMPLETE | |
| 26 | |
| OLD | NEW |