haikuwebkit/LayoutTests/fast/borders/borderRadiusDashed02.html

18 lines
230 B
HTML

<html>
<head>
<style type="text/css">
div {
width: 200px;
height: 200px;
border: 15px dashed #f00;
border-radius: 40px;
background-color: #0f0;
}
</style>
</head>
<body>
<div>
&nbsp;
</div>
</body>
</html>