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