Newer
Older
minerva / Tests / LibWeb / Ref / clip.html
@minerva minerva on 13 Jul 424 bytes Initial commit
<!DOCTYPE html>
<link rel="match" href="reference/clip-ref.html" />
<style type="text/css">
    * {
        background-color: white;
    }
    .clip {
        position: absolute;
        width: 100px;
        height: 100px;
        clip: rect(auto, auto, 50px, auto);
    }
</style><div class="clip">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.