Index: LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt b/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt |
index d51642f9ee18d641207acd73d2fce789ba4072c9..8703e731cc5a5f821b578424923d810a80259d3e 100644 |
--- a/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt |
@@ -45,6 +45,8 @@ PASS container9.contextMenu.type is "" |
PASS container9.contextMenu.label is "menu without type" |
Test setting contextmenu attribute to menu element which is in shadow dom |
PASS container10.contextMenu is null |
+Test contextmenu attribute of an element with no contextmenu attribute but parent has valid contextmenu |
+PASS inner.contextMenu is null |
PASS successfullyParsed is true |
TEST COMPLETE |