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-overflow-baseline.html
blob
46b1b0f6627f69daf34c5e207c51ccbc494c0f9b
1
<!DOCTYPE
html
>
2
3
<style>
4
select {
5
-webkit-appearance: none;
6
margin:
10
px
0
px;
7
overflow: hidden;
8
}
9
</style>
10
11
<body>
12
<!-- Tests that overflow does not have an effect on the rendering
13
of a <select> element with size=1 -->
14
15
16
<div>
17
<label>
18
Text description. Should be aligned with Value.
19
</label>
20
21
<select>
22
<option
value
=
"1"
>
23
Value
24
</option>
25
</select>
26
</div>