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

Unified Diff: third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-popup.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-popup.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-popup.html
deleted file mode 100644
index e6479440f0c382ebfd33b45300e163d8d568f1fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/menu_menuitem/menu-type-popup.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<menuitem label="Orphan item">
-<menu type="popup">
-This Text should not render as it is inside menu of type="popup".
-<menuitem label="Item in a menu">
-</menu>
-<menu>
-This Text should render as it is inside menu which is not of type="popup".
-<menuitem label="Item in a menu">
-</menu>

Powered by Google App Engine
This is Rietveld 408576698