chromium/third_party/blink/web_tests/external/wpt/html/browsers/history/the-location-interface/location_reload-iframe.html

<script>
  parent._ping(window.location.href)
  if (parent._pingCount < 5) { location.reload(); }
</script>