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