summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-history-interface/history_entry.html
blob: e5929ddbe84389641a083f29057a3ea7b9f5076b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<script src="history.js"></script>
<script>
  onload = function() {
  if (!opener.started) {
    queue_next();
  } else {
    opener.pages.push(id);
    opener.start_test_wait();
  }
};
</script>