Sign in
webkit
/
WebKit
/
db3812bc6d90fc02e42f3b209d97b6b856ccd43b
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
input-readonly-auto-fill-button-expected.html
blob: cca346e8b640c35be04c29580956403e2c320fe9 [
file
] [
log
] [
blame
]
<!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>