| OLD | NEW |
| (Empty) | |
| 1 Checks relList attribute on link element |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS link.relList.__proto__ is DOMTokenList.prototype |
| 7 PASS link.relList.contains('shortcut') is true |
| 8 PASS link.relList.contains('icon') is true |
| 9 PASS link.relList.length is 2 |
| 10 PASS link.relList.contains('shortcut1') is false |
| 11 PASS link.rel = 'nofollow' did not throw exception. |
| 12 PASS link.relList.length is 1 |
| 13 PASS link.relList.contains('nofollow') is true |
| 14 PASS link.relList.contains('shortcut') is false |
| 15 PASS link.relList.contains('icon') is false |
| 16 PASS link.removeAttribute('rel') did not throw exception. |
| 17 PASS link.rel is "" |
| 18 PASS link.relList.length is 0 |
| 19 PASS link.relList[0] is undefined. |
| 20 PASS successfullyParsed is true |
| 21 |
| 22 TEST COMPLETE |
| 23 |
| OLD | NEW |