Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Microdata itemscope attribute simple test. | |
| 2 | |
| 3 Created element of type: div | |
| 4 Set attribute: itemscope, value: itemscope | |
| 5 | |
| 6 The itemScope attribute must be defined. | |
| 7 PASS element.itemScope is defined. | |
| 8 PASS typeof element.itemScope == 'boolean' is true | |
| 9 PASS element.itemScope is true | |
| 10 | |
| 11 Created element of type: div | |
| 12 PASS createElement('div',{}).itemScope == 0 is true | |
| 13 PASS successfullyParsed is true | |
| 14 | |
| 15 TEST COMPLETE | |
| 16 | |
| OLD | NEW |