blob: 5918616f5de47deaea543760607d937ad04c90d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback - input-search-text</title>
<style>
#container { width: 500px; }
input[type=search] {
appearance: none;
}
</style>
<div id="container">
<input id="search-text-input" type="search" value="input-search-text">
</div>
|