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