Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-overflow-baseline-expected.html
blob2c38e8ab3747b8e6135d75a2dc049aeff93fbc6a
1 <!DOCTYPE html>
3 <style>
4 select {
5 -webkit-appearance: none;
6 margin: 10px 0px;
8 </style>
10 <body>
11 <!-- Tests that overflow does not have an effect on the rendering
12 of a <select> element with size=1 -->
15 <div>
16 <label>
17 Text description. Should be aligned with Value.
18 </label>
20 <select>
21 <option value="1">
22 Value
23 </option>
24 </select>
25 </div>