| OLD | NEW |
| (Empty) |
| 1 This tests that itemtype, itemprop, itemref attributes must update correctly whe
n tokens have been added or removed. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 itemtype attribute test. | |
| 7 PASS element.getAttribute('itemtype') is 'foo FOO' | |
| 8 PASS element.getAttribute('itemtype') is 'FOO' | |
| 9 PASS element.getAttribute('itemtype') is '' | |
| 10 | |
| 11 itemprop attribute test. | |
| 12 PASS element.getAttribute('itemprop') is 'foo FOO' | |
| 13 PASS element.getAttribute('itemprop') is 'FOO' | |
| 14 PASS element.getAttribute('itemprop') is '' | |
| 15 | |
| 16 itemref attribute test. | |
| 17 PASS element.getAttribute('itemref') is 'foo FOO' | |
| 18 PASS element.getAttribute('itemref') is 'FOO' | |
| 19 PASS element.getAttribute('itemref') is '' | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |