mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
Tests/LibWeb: Add ref test for border-radius shrink of zero sized box
This commit is contained in:
parent
2876e2f58e
commit
e8342a5b79
3 changed files with 13 additions and 1 deletions
10
Tests/LibWeb/Ref/border-radius-shrink-zero-sized-box.html
Normal file
10
Tests/LibWeb/Ref/border-radius-shrink-zero-sized-box.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<style>
|
||||
#test {
|
||||
background-color: red;
|
||||
border-radius: 10px;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
</style>
|
||||
<div id="test">
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue