Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
forms
/
auto-fill-button
/
input-readonly-non-empty-auto-fill-button-expected.html
blob: 5a38f78ad9295726fd2e5c27ecffc4369185e4f3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the AutoFill button does not render in a non-empty read only field. It can only be tested in the test tool.
</p>
<input
type
=
"password"
value
=
"read only"
readonly
autofocus
>
</body>
</html>