haikuwebkit/LayoutTests/fast/borders/borderRadiusDouble02.html

18 lines
229 B
HTML

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