ladybird/Tests/LibWeb/Layout/input/overflow-x-hidden-with-border-radius.html
2025-06-07 11:09:53 +01:00

11 lines
238 B
HTML

<!DOCTYPE html>
<style>
.box {
border: 1px solid black;
width: 100px;
height: 100px;
border-radius: 9999px;
overflow-x: hidden;
position: relative;
}
</style><div class="box"></div>