Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
components
/
test
/
data
/
optimization_guide
/
open_popup.html
blob: 56a77db5ff2aa293e1c7c768bd7f0ed075f1bc20 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<select
id
=
"select_input"
style
=
"
position
:
fixed
;
top
:
100px
;
left
:
100px
;
height
:
10px
;
"
>
<option>
Option 1
</option>
<option>
Option 2
</option>
</select>
<input
type
=
"color"
id
=
"color_input"
>
</body>