summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1209994-2-ref.html
blob: 8858616b69a034a861d5e026a96e9ccec12f2060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
div {
  height: 240px;
}
#f {
  height: auto;
  overflow: hidden;
  padding: 0;
  border: none;
}
</style>
There should be a visible button below:
<div>
  <button id="f">This is button</button>
</div>