Sign in
webkit
/
WebKit
/
d254381d15c0753735f4e931585b50aafea09752
/
.
/
LayoutTests
/
fast
/
forms
/
search
/
search-cancel-button-visible-when-input-becomes-disabled-expected.html
blob: 2c2c919a33fbd543a67a16260a3c12be7dd47cb3 [
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
style
=
"
width
:
100px
;
"
>
</body>
</html>