haikuwebkit/LayoutTests/fast/forms/auto-fill-button/input-readonly-auto-fill-bu...

8 lines
224 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>This tests that the AutoFill button does not render in a read only field. It can only be tested in the test tool.</p>
<input type="password" placeholder="read only" readonly>
</body>
</html>