crbug.com/129336

by int32_t

HTML

<input id=i1>

CSS

#i1 {
    max-height: 0px;
}

JavaScript

setTimeout(function() {
           document.getElementById('i1').setAttribute('style', 'max-height: 20px');
}, 1000);