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