참고소스 수정본
This commit is contained in:
16
참고/playwright-main/tests/assets/frames/two-frames.html
Normal file
16
참고/playwright-main/tests/assets/frames/two-frames.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 400px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
body iframe {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
<iframe src='./frame.html' name='uno'></iframe>
|
||||
<iframe src='./frame.html' name='dos'></iframe>
|
||||
Reference in New Issue
Block a user