Sign in
webkit
/
WebKit
/
3473c2d1f339ad9d366a2f0fc63bb385f19f42b3
/
.
/
LayoutTests
/
fast
/
forms
/
search
/
search-cancel-button-visible-when-input-becomes-readonly-expected.html
blob: 8053fa26e7787a57aec77d91d7253a436173953d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the search cancel button renders when the field becomes read only (no change).
</p>
<input
type
=
"search"
value
=
"search"
readonly
>
</body>
</html>