blob: 80e26dcbd16fb336a14958c913eab8ef8f874e57 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests that we show the correct AutoFill button when AutoFill button type changes. It can only be tested in the test tool.</p>
<input id="credentials">
<input id="contacts">
<script>
if (window.internals) {
internals.setShowAutoFillButton(document.getElementById("credentials"), "Contacts");
internals.setShowAutoFillButton(document.getElementById("contacts"), "Credentials");
}
</script>
</body>
</html>