Sign in
webkit
/
WebKit
/
d2af93fc324110cbbb4bd830024a204812626b40
/
.
/
LayoutTests
/
fast
/
forms
/
datalist
/
datalist-searchinput-appearance.html
blob: 8156c46a6e5a35bcce6eee65cb4d76778cdfa550 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<input
id
=
"fruit"
list
=
"fruits"
type
=
"search"
/>
<datalist
id
=
"fruits"
>
<option>
Apple
</option>
<option>
Orange
</option>
<option>
Pear
</option>
</datalist>
</body>
</html>