mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
7 lines
408 B
HTML
7 lines
408 B
HTML
<div style="height: 1000px; width: 1000px; background: red">One</div>
|
|
<div style="height: 1000px; width: 1000px; background: blue">Two</div>
|
|
<div style="height: 1000px; width: 1000px; background: red">Three</div>
|
|
<div style="height: 1000px; width: 1000px; background: blue">Four</div>
|
|
<div style="height: 1000px; width: 1000px; background: red">Five</div>
|
|
<iframe loading="lazy" src='./frame.html'></iframe>
|