Sign in
webkit
/
WebKit
/
0b12fa5591e07a09b635ce1b9a87f0e7c691d55a
/
.
/
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>