trisquel-icecat/icecat/layout/generic/crashtests/1825434.html

16 lines
184 B
HTML

<!DOCTYPE html>
<style>
.rel {
position: relative;
}
.abs {
width: 100%;
position: absolute;
padding-top: 50%;
}
</style>
<div class="rel">
<div class="abs"></div>
</div>