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