Sign in
webkit
/
WebKit
/
1d2c762592c7d71992189538cb3f38cc38c18ef8
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
input-disabled-auto-fill-button-expected.html
blob: a7700700fde161a37d19029b4a923ca0adeb03c5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the AutoFill button does not render in a disabled field. It can only be tested in the test tool.
</p>
<input
type
=
"password"
placeholder
=
"disabled"
disabled
>
</body>
</html>