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

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

Issue 721603002: If an element A has a parent element, then A's assigned context menu is the assigned context menu o… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed nits Created 6 years, 1 month 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/html/HTMLElement.h » ('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
index 38dc9852ea5e07f6681119a6e66de1dc2c1ca0a5..853eac57813bf83eb23b1a09aec90f5d92b69d99 100644
--- a/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
+++ b/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt
@@ -25,8 +25,13 @@ 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 items5.length - items.length is 3
+PASS items5[0] is "Item1"
+PASS items5[1] is "Item2"
+PASS items5[2] is "Item3"
PASS successfullyParsed is true
TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html ('k') | Source/core/html/HTMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698