playwright/tests/assets/frames/redirect-my-parent.html

4 lines
66 B
HTML

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