blob: e6d706e1fece079645f9d1cefab45be4bbe0b7d3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that rounded rect on subpixel position stays renderable.</title>
<style>
div {
width: 20px;
height: 20px;
background-color: red;
margin-top: -0.5px;
border-bottom-left-radius: 20px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>