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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/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 25 6 PASS itemsWithCustomContextMenu.length - items.length is 25
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 22 matching lines...) Expand all
33 PASS items2.length - items.length is 0 33 PASS items2.length - items.length is 0
34 PASS items3.length - items.length is 0 34 PASS items3.length - items.length is 0
35 PASS items4.length - items.length is 0 35 PASS items4.length - items.length is 0
36 PASS items5.length - items.length is 3 36 PASS items5.length - items.length is 3
37 PASS items5[0] is "Item1" 37 PASS items5[0] is "Item1"
38 PASS items5[1] is "Item2" 38 PASS items5[1] is "Item2"
39 PASS items5[2] is "Item3" 39 PASS items5[2] is "Item3"
40 PASS successfullyParsed is true 40 PASS successfullyParsed is true
41 41
42 TEST COMPLETE 42 TEST COMPLETE
43 43
44 44
45
46
47
45 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698