blob: a6cf2b7b469170e7abe2c3ab2df8e19cd259afa6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0px;
}
iframe {
position: absolute;
width: 200px;
height: 200px;
border: none;
clip-path: circle(100px);
}
</style>
</head>
<body>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</body>
</html>