1
    2
    3
    4
    5
    6
    7

content / test / data / back_forward_cache / page_with_pageshow.html [blame]

<html>
<head></head>
<body>This page has an onpageshow() event listener.</body>
  <script>
    window.addEventListener("pageshow", () => {});
  </script>
</html>