haikuwebkit/LayoutTests/fast/borders/hidpi-border-radius-with-su...

20 lines
312 B
HTML

<!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>