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

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

<!DOCTYPE html>
<html>
  <head>
    <style>
    body {
      margin: 0px;
    }

    iframe {
      position: absolute;
      width: 200px;
      height: 200px;
      border: none;
    }
    </style>
  </head>
  <body>
    <iframe src="/cross-site/bar.com/page_with_click_handler.html" style="opacity: 0;"></iframe>
    <div id="output">
    </div>
  </body>
</html>