blob: e7d2f341f20f7106c6c0e02786927b9066ebeb1c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that parent clipping is applied properly when border-radius is present.</title>
<style>
div {
font-family: Ahem;
overflow: hidden;
border: 1px solid transparent;
border-radius: 50px;
height: 50px;
}
</style>
</head>
<body>
<div>Positioned text should be clipped.</div>
</body>
</html>