Newer
Older
minerva / Tests / LibWeb / Layout / input / overflow-x-hidden-with-border-radius.html
@minerva minerva on 13 Jul 222 bytes Initial commit
<style>
    .box {
        border: 1px solid black;
        width: 100px;
        height: 100px;
        border-radius: 9999px;
        overflow-x: hidden;
        position: relative;
    }
</style><div class="box"></div>