summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/checkbox-clamp-01-ref.html
blob: 10489b15462c7351732f82b5c4fb89914a3407bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<style>
  div {
    top: 50px;
    line-height: 0px;
    position: relative;
  }
</style>

<div>
  <input type="checkbox">
  <input type="checkbox" checked>
</div>