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