| Index: LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt b/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| index d286d4bb30de38f66a8f1384b92eb56f5b753f5f..28b545acd7ccbf28c8eae20e2ecf31f83c03bd13 100644
|
| --- a/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| @@ -3,7 +3,7 @@ Tests the custom context menu items.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS itemsWithCustomContextMenu.length - items.length is 20
|
| +PASS itemsWithCustomContextMenu.length - items.length is 21
|
| PASS itemsWithCustomContextMenu[0] is "Item1"
|
| PASS itemsWithCustomContextMenu[1] is "#Item2"
|
| PASS itemsWithCustomContextMenu[2] is "---------"
|
| @@ -24,6 +24,7 @@ PASS itemsWithCustomContextMenu[16] is "Item13"
|
| PASS itemsWithCustomContextMenu[17] is "Item14"
|
| PASS itemsWithCustomContextMenu[18] is "*Item15"
|
| PASS itemsWithCustomContextMenu[19] is "Item16"
|
| +PASS itemsWithCustomContextMenu[20] is "Item17abc.png"
|
| PASS items1.length - items.length is 0
|
| PASS items2.length - items.length is 0
|
| PASS items3.length - items.length is 0
|
|
|