haikuwebkit/LayoutTests/fast/forms/auto-fill-button/hide-auto-fill-button-when-...

8 lines
207 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>This tests that the AutoFill button does not render when the field becomes disabled.</p>
<input type="password" id="password" disabled style="width: 100px;">
</body>
</html>