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