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

Unified Diff: third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp

Issue 1396053002: Rename <menu type=popup> to <menu type=context>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years, 2 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 | « third_party/WebKit/Source/core/page/ContextMenuController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\";'>"
« no previous file with comments | « third_party/WebKit/Source/core/page/ContextMenuController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698