summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/joint-session-history/joint-session-history-grandchild1.html
blob: d05e1524255a8f5b84961582f688a61ebc5f084b (plain)
1
2
3
4
5
6
7
8
<body>
  <a id="link" href="joint-session-history-grandchild2.html">Grandchild1</a>.
</body>
<script>
  window.onload = function() {
    document.getElementById("link").click();
  }
</script>