Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index b4db40f27d3e41c18cc7b29440d67c02a506beec..2911901c13023e9d06e0617e3c2d271bc5b11c7c 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -30,6 +30,8 @@ |
[Reflect] attribute DOMString dirName; |
[Reflect] attribute boolean disabled; |
readonly attribute HTMLFormElement form; |
+ // The 'files' attribute is intentionally not readonly. |
+ // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22682 |
attribute FileList files; |
[Reflect, URL] attribute DOMString formAction; |
[TreatNullAs=NullString] attribute DOMString formEnctype; |