1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25

content / test / data / frame_tree / oopif_hit_test_watermark.html [blame]

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
#W {
  top: 0;
  left: 0;
  width: 200px;
  height: 240px;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.2);
}

iframe {
  backface-visibility: hidden; /* force compositing */
}
</style>
</head>
<body>
  <iframe id="I" width="200" height="240" src="/cross-site/baz.com/title1.html" frameborder="0" allowfullscreen=""></iframe>
  <div id="W"></div>
</body>
</html>