Newer
Older
minerva / Tests / LibWeb / Ref / reference / clip-abspos-children-ref.html
@minerva minerva on 13 Jul 311 bytes Initial commit
<!DOCTYPE html><style type="text/css">
    * {
        background-color: white;
    }
    body {
        border: 1px solid black;
        outline: 1px solid black;
    }
    .outer {
        position: absolute;
    }
    .inner {
        position: absolute;
    }
</style><div class="outer"><div class="inner">