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

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