blob: 93e1d4fe85004cf3ae961e4d76525c947e15157e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>When the 'disabled' state of an input tag is changed, we have to invalidate distribution.</p>
<div id="host1"><input id="input2" value="Input 2" disabled></div>
<div id="host2"><input id="input3" value="Input 3" disabled></div>
</body>
</html>