DescriptionSynchronize is-valid flag upon programmatic clearing of file.value
If a type=file input element is cleared of its current contents by
setting the "value" property to the empty string, make sure the 'is
valid' flag kept on the input element is synchronized.
Failure to do so could incorrectly make the element pass follow-on
validation -- if it additionally has 'required' set.
R=tkent@chromium.org
BUG=336818
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166115
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove redundant waitUntilDone() calls #
Messages
Total messages: 10 (0 generated)
|