summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001-ref.html
blob: c35ad5fc420cd16baf2914d116f2e5a6e69fb96a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
  select, input, button { height: 100px; }
</style>
<div>
  <select><option>Select</option></select>
  <button>Button</button>
  <input type="button" value="Input">
</div>