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

Unified Diff: third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html

Issue 2827243002: Change default style of menu[type=context] (Closed)
Patch Set: Fix failing tests Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
diff --git a/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-popup.html b/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
similarity index 66%
rename from third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-popup.html
rename to third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
index e6479440f0c382ebfd33b45300e163d8d568f1fb..01efd594eeffebeb5e0b8f2357b752bdc3acc83a 100644
--- a/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-popup.html
+++ b/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<menuitem label="Orphan item">
-<menu type="popup">
-This Text should not render as it is inside menu of type="popup".
+<menu type="context">
+This Text should not render as it is inside menu of type="context".
<menuitem label="Item in a menu">
</menu>
<menu>
-This Text should render as it is inside menu which is not of type="popup".
+This Text should render as it is inside menu which is not of type="context".
<menuitem label="Item in a menu">
</menu>

Powered by Google App Engine
This is Rietveld 408576698