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