blob: 3cf5922f396afe4fa4a4787917fe0ab3faa36f0d (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<body>
<p>Click <a href="resources/install-worker.html?isHistoryNavigation&script=fetch-event-test-worker.js">this link</a>.
Once you see "method = GET,..." in the page, go to another page, and then go back to the page using the Backward button.
You should see "method = GET, isHistoryNavigation = true".
</p>
</body>
</html>
|