| 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 38dc9852ea5e07f6681119a6e66de1dc2c1ca0a5..853eac57813bf83eb23b1a09aec90f5d92b69d99 100644
|
| --- a/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
|
| @@ -25,8 +25,13 @@ PASS items1.length - items.length is 0
|
| PASS items2.length - items.length is 0
|
| PASS items3.length - items.length is 0
|
| PASS items4.length - items.length is 0
|
| +PASS items5.length - items.length is 3
|
| +PASS items5[0] is "Item1"
|
| +PASS items5[1] is "Item2"
|
| +PASS items5[2] is "Item3"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
|
|
| +
|
|
|