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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOptionElement.idl

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Updated expected test results Created 4 years, 2 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/Source/core/html/HTMLOptionElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
index d3325f8fa23720c8d0c0ba559c9f7d96b5f154ee..5bcab14f2f221031e984efc21f35ba4c3bcc2c62 100644
--- a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
@@ -26,7 +26,8 @@
optional boolean defaultSelected = false,
optional boolean selected = false),
ConstructorCallWith=Document,
- RaisesException=Constructor
+ RaisesException=Constructor,
+ HTMLConstructor,
] interface HTMLOptionElement : HTMLElement {
[CEReactions, Reflect] attribute boolean disabled;
readonly attribute HTMLFormElement? form;

Powered by Google App Engine
This is Rietveld 408576698