summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/location_reload-iframe.html
blob: 95b63d9f5d4cde4f8d25f510a196d282dcf28c73 (plain)
1
2
3
4
<script>
  parent._ping(window.location.href)
  location.reload();
</script>