haikuwebkit/LayoutTests/fast/borders/border-radius-valid-border-...

20 lines
299 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 53px;
height: 400px;
border-radius: 30px;
border-top: 10px solid red;
border-left: 10px solid blue;
border-right: 20px solid green;
border-bottom: 20px solid yellow;
}
</style>
</head>
<body>
<div></div>
</body>
</html>