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

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

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 7 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-context.html b/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
deleted file mode 100644
index 01efd594eeffebeb5e0b8f2357b752bdc3acc83a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-context.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<menuitem label="Orphan item">
-<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="context".
-<menuitem label="Item in a menu">
-</menu>

Powered by Google App Engine
This is Rietveld 408576698