repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
select-change-listbox-to-popup.html
blob
2dec752a7ab88ef7d3ddc9b536156cc6b18a175c
1
<html>
2
<head>
3
<script>
4
function
test
() {
5
document
.
getElementById
(
'sl'
).
size
=
1
;
6
}
7
</script>
8
</head>
9
<body
onload
=
"test()"
>
10
This tests that you can dynamically change a list box to a popup menu
<br>
11
<select
size=
5
id
=
"sl"
><option>
This should turn into a popup menu
</option></select>
12
</body>