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

4 lines
66 B
HTML
Raw Normal View History

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