haikuwebkit/LayoutTests/compositing/iframes/border-uneven-radius-compos...

26 lines
455 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
iframe {
height: 400px;
width: 400px;
border: 10px solid black;
box-sizing: border-box;
border-top-left-radius: 30%;
}
</style>
</head>
<body>
<iframe srcdoc="
<style>
body {
background-color: silver;
margin: 0;
transform: translateZ(0);
}
</style>
"></iframe>
</body>
</html>