summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/the-window-object/support/same-origin-iframe.html
blob: 763d9e466bb6e34c450148a183b2ef3feb9d6846 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <head>
    <script>
      window.addEventListener('load', () => { window.didLoadFrame = true; });
    </script>
  </head>
</html>