Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
hide-auto-fill-button-when-input-becomes-readonly-expected.html
blob: c274e3dc23643b507c9f4f5bef60696e2a6936f0 [
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
style
=
"
width
:
100px
;
"
>
</body>
</html>