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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
select-empty-option-height.html
blob
f34a54a7bb9dff3b29ed269d8dc989fe08e4fddf
1
<html>
2
<head>
3
<title>
Test for http://bugs.webkit.org/show_bug.cgi?id=
11047
</title>
4
</head>
5
<body>
6
<select
id
=
"t"
style
=
"-webkit-appearance: none;"
>
7
<option>
This
</option>
8
<option></option>
9
</select>
10
<script>
11
document
.
body
.
offsetTop
;
12
document
.
getElementById
(
"t"
).
selectedIndex
=
1
;
13
</script>
14
</body>
15
</html>