blob: dbc6b4d1a504be229023ab9c887b074341b94504 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests that the AutoFill button does not render in a disabled field. It can only be tested in the test tool.</p>
<input type="password" id="password" placeholder="disabled" disabled autofocus>
<script>
if (window.internals)
internals.setShowAutoFillButton(document.getElementById("password"), "Credentials");
</script>
</body>
</html>