blob: b1d31f935f238b491c99b1ace08c97eced40b916 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2"/>
<style>
iframe {
height: 400px;
width: 400px;
border: 10px solid black;
box-sizing: border-box;
border-radius: 50%;
}
</style>
</head>
<body>
<iframe srcdoc="
<style>
body {
background-color: silver;
margin: 0;
transform: translateZ(0);
}
</style>
"></iframe>
</body>
</html>