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

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

Issue 1396053002: Rename <menu type=popup> to <menu type=context>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years, 2 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
OLDNEW
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 23 6 PASS itemsWithCustomContextMenu.length - items.length is 23
7 PASS itemsWithCustomContextMenu[0] is "Item1" 7 PASS itemsWithCustomContextMenu[0] is "Item1"
8 PASS itemsWithCustomContextMenu[1] is "#Item2" 8 PASS itemsWithCustomContextMenu[1] is "#Item2"
9 PASS itemsWithCustomContextMenu[2] is "---------" 9 PASS itemsWithCustomContextMenu[2] is "---------"
10 PASS itemsWithCustomContextMenu[3] is "Item3" 10 PASS itemsWithCustomContextMenu[3] is "Item3"
(...skipping 20 matching lines...) Expand all
31 PASS items2.length - items.length is 0 31 PASS items2.length - items.length is 0
32 PASS items3.length - items.length is 0 32 PASS items3.length - items.length is 0
33 PASS items4.length - items.length is 0 33 PASS items4.length - items.length is 0
34 PASS items5.length - items.length is 3 34 PASS items5.length - items.length is 3
35 PASS items5[0] is "Item1" 35 PASS items5[0] is "Item1"
36 PASS items5[1] is "Item2" 36 PASS items5[1] is "Item2"
37 PASS items5[2] is "Item3" 37 PASS items5[2] is "Item3"
38 PASS successfullyParsed is true 38 PASS successfullyParsed is true
39 39
40 TEST COMPLETE 40 TEST COMPLETE
41 41
42 42
43
44
45
43 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698