Sign in
webkit
/
WebKit
/
db3812bc6d90fc02e42f3b209d97b6b856ccd43b
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
hide-auto-fill-button-when-input-becomes-readonly-expected.html
blob: 78851dc3caf3b3b423bbb24f4ef61e5d9cb92bf5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the AutoFill button does not render when the field becomes read only.
</p>
<input
type
=
"password"
id
=
"password"
readonly
>
</body>
</html>