chromium/content/test/data/gpu/render_passes/helper_render_passes_rounded_corners_iframe.html

<html>
<head>
<meta name="viewport" content="initial-scale=1">
<style type="text/css">
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
  }
</style>
</head>

<body style="background-color: red;">
  <img src="../single_face.jpg">
</body>
</html>