playwright/test/assets/frames/redirect-my-parent.html
2020-06-04 16:43:48 -07:00

4 lines
66 B
HTML

<script>
window.parent.location = './one-frame.html';
</script>