repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931349 - Enable network.dns.https_rr.check_record_with_cname and add probes...
[gecko.git]
/
layout
/
reftests
/
bugs
/
273681-1-ref.html
blob
35ca47ca3b3d0d088f9abe39f281d34fee6d1e23
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<form>
5
<select
size=
2
id
=
"test"
>
6
<option>
A
</option>
7
<option>
B
</option>
8
<option>
C
</option>
9
<option>
D
</option>
10
<option>
E
</option>
11
<option>
F
</option>
12
<option>
G
</option>
13
<option>
H
</option>
14
<option
selected
>
tag
</option>
15
<option>
J
</option>
16
<option>
K
</option>
17
<option>
L
</option>
18
<option>
M
</option>
19
<option>
N
</option>
20
</select>
21
<script>
22
// flush layout
23
document
.
body
.
offsetWidth
24
</script>
25
</form>
26
</body>
27
</html>
28