summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/ordering-and-transition/resources/notify-top-early.html
blob: 0dd796f609c0659bd489e10cb02ac4816a88960b (plain)
1
2
3
4
5
6
<head>
<script>
if (top.childStarted)
  top.childStarted();
</script>
</head>