Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt

Issue 492753002: Add support to populate custom context menu items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests the custom context menu items.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS itemsWithCustomContextMenu.length - items.length is 21
7 PASS itemsWithCustomContextMenu[0] is "Item1"
8 PASS itemsWithCustomContextMenu[4] is "Submenu >"
9 PASS itemsWithCustomContextMenu[5] is "_Item4"
10 PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >"
11 PASS itemsWithCustomContextMenu[7] is "__Item5"
12 PASS itemsWithCustomContextMenu[8] is "__---------"
13 PASS itemsWithCustomContextMenu[10] is "Item7"
14 PASS itemsWithCustomContextMenu[11] is "---------"
15 PASS itemsWithCustomContextMenu[12] is "Item8"
16 PASS itemsWithCustomContextMenu[13] is "---------"
17 PASS itemsWithCustomContextMenu[14] is "Item9"
18 PASS itemsWithCustomContextMenu[16] is "---------"
19 PASS itemsWithCustomContextMenu[19] is "---------"
20 PASS itemsWithCustomContextMenu[20] is "Item13"
21 PASS items1.length - items.length is 0
22 PASS items2.length - items.length is 0
23 PASS items3.length - items.length is 0
24 PASS items4.length - items.length is 0
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28
29
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698