mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
15 lines
240 B
HTML
15 lines
240 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
body iframe {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
}
|
|
</style>
|
|
<iframe src='./frame.html' name='uno'></iframe>
|
|
<iframe src='./frame.html' name='dos'></iframe>
|