DescriptionRemove input.type = ""; quirk.
Do not treat setting input.type to the empty string as a special case
(i.e., as removing the attribute), just update the underlying
attribute as for any other value.
This aligns behavior with Gecko and Presto (and spec); Trident treats
such as a no-op, which in any case was incompatible with the previous
behavior here of removing the attribute. i.e., the test added passes
for all but Trident.
R=tkent@chromium.org
BUG=
TEST=fast/forms/input-type-change3
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166593
Patch Set 1 #
Total comments: 3
Patch Set 2 : Move tests to fast/dom/input-type-change3 #
Created: 6 years, 10 months ago
Messages
Total messages: 7 (0 generated)
|