| OLD | NEW |
| 1 Tests the custom context menu items. | 1 Tests the custom context menu items. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS itemsWithCustomContextMenu.length - items.length is 21 | 6 PASS itemsWithCustomContextMenu.length - items.length is 17 |
| 7 PASS itemsWithCustomContextMenu[0] is "Item1" | 7 PASS itemsWithCustomContextMenu[0] is "Item1" |
| 8 PASS itemsWithCustomContextMenu[1] is "Item2" |
| 9 PASS itemsWithCustomContextMenu[2] is "---------" |
| 10 PASS itemsWithCustomContextMenu[3] is "Item3" |
| 8 PASS itemsWithCustomContextMenu[4] is "Submenu >" | 11 PASS itemsWithCustomContextMenu[4] is "Submenu >" |
| 9 PASS itemsWithCustomContextMenu[5] is "_Item4" | 12 PASS itemsWithCustomContextMenu[5] is "_Item4" |
| 10 PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >" | 13 PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >" |
| 11 PASS itemsWithCustomContextMenu[7] is "__Item5" | 14 PASS itemsWithCustomContextMenu[7] is "__Item5" |
| 12 PASS itemsWithCustomContextMenu[8] is "__---------" | 15 PASS itemsWithCustomContextMenu[8] is "__---------" |
| 16 PASS itemsWithCustomContextMenu[9] is "__Item6" |
| 13 PASS itemsWithCustomContextMenu[10] is "Item7" | 17 PASS itemsWithCustomContextMenu[10] is "Item7" |
| 14 PASS itemsWithCustomContextMenu[11] is "---------" | 18 PASS itemsWithCustomContextMenu[11] is "---------" |
| 15 PASS itemsWithCustomContextMenu[12] is "Item8" | 19 PASS itemsWithCustomContextMenu[12] is "Item8" |
| 16 PASS itemsWithCustomContextMenu[13] is "---------" | 20 PASS itemsWithCustomContextMenu[13] is "Item11" |
| 17 PASS itemsWithCustomContextMenu[14] is "Item9" | 21 PASS itemsWithCustomContextMenu[14] is "Item12" |
| 18 PASS itemsWithCustomContextMenu[16] is "---------" | 22 PASS itemsWithCustomContextMenu[15] is "---------" |
| 19 PASS itemsWithCustomContextMenu[19] is "---------" | 23 PASS itemsWithCustomContextMenu[16] is "Item13" |
| 20 PASS itemsWithCustomContextMenu[20] is "Item13" | |
| 21 PASS items1.length - items.length is 0 | 24 PASS items1.length - items.length is 0 |
| 22 PASS items2.length - items.length is 0 | 25 PASS items2.length - items.length is 0 |
| 23 PASS items3.length - items.length is 0 | 26 PASS items3.length - items.length is 0 |
| 24 PASS items4.length - items.length is 0 | 27 PASS items4.length - items.length is 0 |
| 25 PASS successfullyParsed is true | 28 PASS successfullyParsed is true |
| 26 | 29 |
| 27 TEST COMPLETE | 30 TEST COMPLETE |
| 28 | 31 |
| 29 | 32 |
| OLD | NEW |