puppeteer/test/assets/lazy-oopif-frame.html

5 lines
201 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<iframe width="100%" height="300" src="about:blank"></iframe>
<div style="height: 800vh"></div>
<iframe width="100%" height="300" src="https://www.example.com" loading="lazy"></iframe>