1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 21:07:34 +00:00
serenity/Tests/LibWeb/Ref/border-radius-shrink-zero-sized-box.html

10 lines
139 B
HTML

<style>
#test {
background-color: red;
border-radius: 10px;
width: 0px;
height: 0px;
}
</style>
<div id="test">
</div>