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

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

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

iframe {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 20px solid;
  padding: 20px;
}
</style>
<body>
  <iframe src="/cross-site/baz.com/title1.html"></iframe>
</body>