summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/overflow-x-hidden-with-border-radius.html
blob: ac73bdb735fb1716949f02c712bc4b6fc3167138 (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    .box {
        border: 1px solid black;
        width: 100px;
        height: 100px;
        border-radius: 9999px;
        overflow-x: hidden;
        position: relative;
    }
</style><div class="box"></div>