chromium/third_party/blink/web_tests/fast/borders/borderRadiusSolid01.html

<html>
<head>
	<style type="text/css">
		div {
			width: 200px;
			height: 200px;
			border: 10px solid #f00;
			-webkit-border-radius: 60px;
			background-color:lime;
		}
	</style>
</head>
<body>
	<div>
		&nbsp;
	</div>
</body>
</html>