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

Unified Diff: LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt

Issue 766863002: Implement checked attribute for menuitem. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years 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/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
index e8dc834019f5156a2c5fb5eadb3754f56e6ce0d7..d286d4bb30de38f66a8f1384b92eb56f5b753f5f 100644
--- a/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
+++ b/LayoutTests/fast/dom/HTMLMenuElement/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 17
+PASS itemsWithCustomContextMenu.length - items.length is 20
PASS itemsWithCustomContextMenu[0] is "Item1"
PASS itemsWithCustomContextMenu[1] is "#Item2"
PASS itemsWithCustomContextMenu[2] is "---------"
@@ -21,6 +21,9 @@ PASS itemsWithCustomContextMenu[13] is "Item11"
PASS itemsWithCustomContextMenu[14] is "Item12"
PASS itemsWithCustomContextMenu[15] is "---------"
PASS itemsWithCustomContextMenu[16] is "Item13"
+PASS itemsWithCustomContextMenu[17] is "Item14"
+PASS itemsWithCustomContextMenu[18] is "*Item15"
+PASS itemsWithCustomContextMenu[19] is "Item16"
PASS items1.length - items.length is 0
PASS items2.length - items.length is 0
PASS items3.length - items.length is 0

Powered by Google App Engine
This is Rietveld 408576698