haikuwebkit/LayoutTests/fast/borders/border-radius-groove-01.html

15 lines
343 B
HTML

<style>
div#t {
width: 400px;
height: 400px;
border: groove rgba(255,0,0,1);
border-width: 62px 23px;
border-radius: 80px / 40px;
border-left-color: rgba(0,0,255,1);
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 20px;
}
</style>
<div id="t"></div>