1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

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

<!DOCTYPE html>
<html>
<body>
<style>
iframe {
  width: 90vw;
  height: 90vh;
}
</style>
<iframe></iframe>
</body>
</html>