File: redirect-my-parent.html

package info (click to toggle)
python-playwright 1.55.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,728 kB
  • sloc: python: 53,655; javascript: 383; sh: 216; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (3)
1
2
3
<script>
  window.parent.location = './one-frame.html';
</script>