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
/
intrinsic-min-width-applies-with-fixed-width-expected.html
blob
efd666d49bde740d9a8cce3e27e52834b7b2bf8a
1
<!DOCTYPE
html
>
2
<style>
3
select {
4
outline:
2
px solid;
5
margin:
0
;
6
}
7
</style>
8
<body>
9
<p>
Check that min-width intrinsic size still applies if a fixed width is set.
</p>
10
11
<select></select>
12
13
<select></select>
14
15
<select></select>
16
17
<div
style
=
"width: 30px"
>
18
<select></select>
19
</div>
20
21
<div
style
=
"width: 10px"
>
22
<select></select>
23
</div>
24
25
</body>