Index: third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp |
diff --git a/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp b/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp |
index 83adf73c3a8bb81258a2e8f24c02b96f316f3409..9c5b17b7c6f3933396053a1da914298f10acbbce 100644 |
--- a/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp |
+++ b/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp |
@@ -42,7 +42,7 @@ TEST_F(ContextMenuControllerTest, TestCustomMenu) |
// Load the the test page. |
setBodyInnerHTML( |
"<button id=\"button_id\" contextmenu=\"menu_id\" style=\"height: 100px; width: 100px;\">" |
- "<menu type=\"popup\" id=\"menu_id\">" |
+ "<menu type=\"context\" id=\"menu_id\">" |
"<menuitem label=\"Item1\" onclick='document.title = \"Title 1\";'>" |
"<menuitem label=\"Item2\" onclick='document.title = \"Title 2\";'>" |
"<menuitem label=\"Item3\" onclick='document.title = \"Title 3\";'>" |