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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/elements-misc.js

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Delete RuntimeEnabledFeatures::contextMenuEnabled 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/external/wpt/html/dom/elements-misc.js
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements-misc.js b/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements-misc.js
index 2dfd824b17b537391108320adbbd8f30ad6d03e4..2d394dcd4841404ff60cc1961bba3f8641bd8a2e 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements-misc.js
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements-misc.js
@@ -41,22 +41,11 @@ var miscElements = {
summary: {},
menu: {
// Conforming
- //TODO: check that missing value default is context if parent's type is context
tkent 2017/05/26 04:48:53 Please do not update test code in external/wpt/ in
yuzuchan 2017/05/30 07:15:20 My bad! I rolled back all the changes I made to wp
- type: {type: "enum", keywords:["context", "toolbar"], defaultVal: "toolbar"},
- label: "string",
+ type: {type: "enum", keywords:["toolbar"], defaultVal: "toolbar"},
// Obsolete
compact: "boolean",
},
- menuitem: {
- type: {type: "enum", keywords: ["command", "checkbox", "radio"], defaultVal: "command"},
- label: "string",
- icon: "url",
- disabled: "boolean",
- checked: "boolean",
- radiogroup: "string",
- "default": "boolean",
- },
dialog: {
open: "boolean",
},

Powered by Google App Engine
This is Rietveld 408576698