summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/positioning/absolute-non-replaced-max-001-ref.html
blob: 742b3063abd693a543ca4ce88bda161ae04d8668 (plain)
1
2
3
4
5
6
7
<!doctype html>
<meta charset="utf-8">
<link rel="author" name="Delan Azabani" href="mailto:dazabani@igalia.com">
<p>Test passes if there is a green square containing a smaller black square below.
<div style="width: 2em; height: 2em; background: green;">
    <div style="width: 1em; height: 1em; background: black;"></div>
</div>