blob: 472e7f9ab9ce5505857221fd0847488c2fe5d4b3 [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.53px;
border-bottom-left-radius: 20px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>