summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/scroll-to-text-fragment/navigate-back.html
blob: 4b4117fcc573b21f6bf6f8cb016bcef4c024d703 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<script>
  onload = () => {
    requestAnimationFrame(() => {
      history.back();
    });
  };
</script>