1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<!DOCTYPE html>
<style>
.multicol {
  columns: 2;
}
</style>
<div class=multicol>
  <iframe src="/cross-site/baz.com/title1.html"></iframe>
  <div>Hello, columns!</div>
</div>