blob: 012a93ce2057b0841215d1d3cff0d8512789a3b4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="resources/process-auto-fill-button-type-and-invoke-runTest.js"></script>
</head>
<body>
<p>This tests that the Strong Password and Strong Confirmation Password AutoFill buttons do not render in a disabled field. It can only be tested in the test tool.</p>
<input type="password" placeholder="disabled" disabled data-auto-fill-button-type="StrongPassword">
<input type="password" placeholder="disabled" disabled data-auto-fill-button-type="StrongConfirmationPassword">
</body>
</html>