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

content / test / data / render-blocking-mainframe.html [blame]

<!doctype html>
<style>
  iframe {
    width: 100vw;
    height: 100vh;
    border: none;
    background: white;
  }

  html {
    margin: 0;
  }
</style>
</body>
</body>