haikuwebkit/LayoutTests/fast/borders/border-image-trumps-radius....

12 lines
346 B
HTML

<div style="width: 100px; height: 100px; background-color: red;"></div>
<div style="
margin-top: -100px;
background-color: red;
border-radius: 50px;
width: 80px;
height: 80px;
border-width: 10px;
border-color: rgba(0, 0, 255, 0.5);
-webkit-border-image: -webkit-linear-gradient(green, green) 10 10 10 10;
"></div>