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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..9b8f6ed785f858cf26f2153ee1746ec649964667
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
@@ -0,0 +1,29 @@
+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 21
+PASS itemsWithCustomContextMenu[0] is "Item1"
+PASS itemsWithCustomContextMenu[4] is "Submenu >"
+PASS itemsWithCustomContextMenu[5] is "_Item4"
+PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >"
+PASS itemsWithCustomContextMenu[7] is "__Item5"
+PASS itemsWithCustomContextMenu[8] is "__---------"
+PASS itemsWithCustomContextMenu[10] is "Item7"
+PASS itemsWithCustomContextMenu[11] is "---------"
+PASS itemsWithCustomContextMenu[12] is "Item8"
+PASS itemsWithCustomContextMenu[13] is "---------"
+PASS itemsWithCustomContextMenu[14] is "Item9"
+PASS itemsWithCustomContextMenu[16] is "---------"
+PASS itemsWithCustomContextMenu[19] is "---------"
+PASS itemsWithCustomContextMenu[20] is "Item13"
+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 successfullyParsed is true
+
+TEST COMPLETE
+
+
« 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