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

Unified Diff: LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 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: LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
diff --git a/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js b/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
index 62101a8595e09dc5bd4376fb5d5ed39e2802e920..e04a8604767cf78e7ac0d1b7efe8882b69a6b72b 100644
--- a/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
+++ b/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
@@ -18,6 +18,9 @@ var attributes = [
[ "input", "required" ],
[ "link", "disabled" ],
[ "menu", "compact" ],
+ [ "menuitem", "checked" ],
+ [ "menuitem", "default" ],
+ [ "menuitem", "disabled" ],
[ "object", "declare" ],
[ "ol", "compact" ],
[ "option", "defaultSelected", "selected" ],
« no previous file with comments | « LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt ('k') | LayoutTests/fast/parser/parse-menuitem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698