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