LiveNodeList for LabelableElements::labels() doesn't get invalidated correctly for HTMLInputElements |
||
Issue descriptionCurrently, when the type of an input element is changed, the "labels" LiveNodeList isn't invalidated if the shadow subtree of the input element isn't changed by the type change (for example, going from type="hidden" to type="checkbox"). This is a problem when going from a type that supports labels to a type that doesn't. This causes a failure in external/wpt/html/semantics/forms/the-label-element/labelable-elements.html (https://chromium.googlesource.com/chromium/src/+/bb65e11e10c704249b39c1060405887245cf3d68/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-label-element/labelable-elements-expected.txt)
,
Dec 20 2017
,
Jan 9 2018
Issue 692405 has been merged into this issue. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 20 2017