1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-15 06:02:57 +03:00
playwright/tests/assets/frames/redirect-my-parent.html

4 lines
66 B
HTML
Raw Normal View History

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