haikuwebkit/LayoutTests/fast/forms/auto-fill-button/input-disabled-strong-passw...

11 lines
374 B
HTML

<!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 button does 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">
</body>
</html>