Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
hide-auto-fill-button-when-input-becomes-disabled-expected.html
blob: 2b20cb6abd18bcab436f5f9e00de6e2ce7db0a68 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the AutoFill button does not render when the field becomes disabled.
</p>
<input
type
=
"password"
id
=
"password"
disabled
style
=
"
width
:
100px
;
"
>
</body>
</html>