summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1825434.html
blob: a7d6adba57188707cae97b1e4e1ba029b4e33dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
.rel {
  position: relative;
}

.abs {
  width: 100%;
  position: absolute;
  padding-top: 50%;
}
</style>

<div class="rel">
   <div class="abs"></div>
</div>