Sign in
webkit
/
WebKit
/
f769e514944504ab0f19dbc22e4bc75842cebc49
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
hide-auto-fill-button-when-input-becomes-disabled-expected.html
blob: f83aa9c69fe8ae7beb0bc79ecd2e7e05b8e06d56 [
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
>
</body>
</html>