1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / test / data / gpu / render_passes / helper_render_passes_clipping_iframe.html [blame]

<html>
<head>
<meta name="viewport" content="initial-scale=1">
<style type="text/css">
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    width: 110%;
    transform:translateZ(0) rotate(0.01turn);
  }
</style>
</head>

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