summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/fetch-event-is-history-backward-navigation-manual.https.html
blob: 3cf5922f396afe4fa4a4787917fe0ab3faa36f0d (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
<p>Click <a href="resources/install-worker.html?isHistoryNavigation&amp;script=fetch-event-test-worker.js">this link</a>.
   Once you see &quot;method = GET,...&quot; in the page, go to another page, and then go back to the page using the Backward button.
   You should see &quot;method = GET, isHistoryNavigation = true&quot;.
</p>
</body>
</html>