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

Unified Diff: LayoutTests/http/tests/misc/custom-context-menu-expected.txt

Issue 889343002: Added a test for icon attribute values with leading/trailing spaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a comment to icon string Created 5 years, 11 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/http/tests/misc/custom-context-menu.html ('k') | public/web/WebMenuItemInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/custom-context-menu-expected.txt
diff --git a/LayoutTests/http/tests/misc/custom-context-menu-expected.txt b/LayoutTests/http/tests/misc/custom-context-menu-expected.txt
index 5ebdb9a254e979d50eca90a59122563520ddeb9c..b5141408f3fcb64c3f2a36a0b9a752de8995ae5d 100644
--- a/LayoutTests/http/tests/misc/custom-context-menu-expected.txt
+++ b/LayoutTests/http/tests/misc/custom-context-menu-expected.txt
@@ -3,7 +3,7 @@ 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 24
+PASS itemsWithCustomContextMenu.length - items.length is 25
PASS itemsWithCustomContextMenu[0] is "Item1"
PASS itemsWithCustomContextMenu[1] is "#Item2"
PASS itemsWithCustomContextMenu[2] is "---------"
@@ -27,7 +27,8 @@ PASS itemsWithCustomContextMenu[19] is "Item16"
PASS itemsWithCustomContextMenu[20] is "Item17"
PASS itemsWithCustomContextMenu[21] is "*Item18"
PASS itemsWithCustomContextMenu[22] is "Item19"
-PASS itemsWithCustomContextMenu[23] is "Item20http://127.0.0.1:8000/misc/abc.png"
+PASS itemsWithCustomContextMenu[23] is "Item20http://127.0.0.1:8000/misc/icon1.png"
+PASS itemsWithCustomContextMenu[24] is "Item21http://127.0.0.1:8000/misc/icon2.png"
PASS items1.length - items.length is 0
PASS items2.length - items.length is 0
PASS items3.length - items.length is 0
« no previous file with comments | « LayoutTests/http/tests/misc/custom-context-menu.html ('k') | public/web/WebMenuItemInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698