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

Unified Diff: LayoutTests/contextmenu/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: 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
Index: LayoutTests/contextmenu/custom-context-menu-expected.txt
diff --git a/LayoutTests/contextmenu/custom-context-menu-expected.txt b/LayoutTests/contextmenu/custom-context-menu-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a4b9155dc6f9aa2cac4b6cb619171bd8d7299663
--- /dev/null
+++ b/LayoutTests/contextmenu/custom-context-menu-expected.txt
@@ -0,0 +1,19 @@
+Tests the custom context menu items.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+WARN: shouldBeEqualToNumber() expects a string and a number arguments
+WARN: shouldBe() expects string arguments
+PASS 9 is 9
+PASS itemsWithCustomContextMenu[0] is "Item1"
+PASS itemsWithCustomContextMenu[3] is "Submenu >"
+PASS itemsWithCustomContextMenu[4] is "_Item4"
+PASS itemsWithCustomContextMenu[5] is "_Deeper submenu >"
+PASS itemsWithCustomContextMenu[7] is "__Item6"
+PASS itemsWithCustomContextMenu[8] is "Item7"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+

Powered by Google App Engine
This is Rietveld 408576698