chromium/content/test/data/frame_tree/oopif_with_padding_and_border.html

<!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>