summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/resources/iframe-with-abspos.html
blob: 27de3aad5e05caa1898f744c9e6646a467e74e32 (plain)
1
2
3
4
5
<!DOCTYPE html>
<style>
  body { margin: 0; }
</style>
<div style="position:absolute; top:50px;">PASS</div>