summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/frames/lazy-frame.html
blob: 4821cd76cd2ab61c7b780cc440079aa84be40423 (plain)
1
2
3
<iframe width="100%" height="300" src="about:blank"></iframe>
<div style="height: 800vh"></div>
<iframe width="100%" height="300" src='./frame.html' loading="lazy"></iframe>