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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.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/fast/dom/domstring-attribute-reflection.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
index 0b9704aca9ea3a6aeceeedfa0cb4cd8d433d17c1..9eef09c47cfa8c8260930541caf778ca0a1658ea 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
@@ -58,8 +58,6 @@ testDOMStringReflection('fieldset', 'name');
testDOMStringReflection('form', 'name');
testDOMStringReflection('input', 'name');
testDOMStringReflection('input', 'step');
-testDOMStringReflection('menu', 'label');
-testDOMStringReflection('menuitem', 'label');
testDOMStringReflection('object', 'name');
testDOMStringReflection('output', 'name');
testDOMStringReflection('select', 'name');

Powered by Google App Engine
This is Rietveld 408576698