| OLD | NEW |
| 1 Tests that session history works even if the page changes frame names after init
ial load. |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 -------- |
| 7 Frame: 'initial-name' |
| 8 -------- |
| 1 This page was requested with the HTTP method POST. | 9 This page was requested with the HTTP method POST. |
| 2 | 10 |
| 3 Parameters: | 11 Parameters: |
| 4 | 12 |
| 5 the-input = input value goes here | 13 the-input = input value goes here |
| 6 submitwithpost = Submit with POST | 14 submitwithpost = Submit with POST |
| 7 Http headers: | 15 Http headers: |
| 8 | 16 |
| 9 HTTP_CACHE_CONTROL = max-age=0 | 17 HTTP_CACHE_CONTROL = max-age=0 |
| 10 HTTP_CONNECTION = keep-alive | 18 HTTP_CONNECTION = keep-alive |
| 11 HTTP_HOST = 127.0.0.1:8000 | 19 HTTP_HOST = 127.0.0.1:8000 |
| 12 HTTP_ORIGIN = http://127.0.0.1:8000 | 20 HTTP_ORIGIN = http://127.0.0.1:8000 |
| 13 HTTP_REFERER = http://127.0.0.1:8000/navigation/resources/page-that-posts.html | 21 HTTP_REFERER = http://127.0.0.1:8000/navigation/resources/page-that-posts.html |
| 14 HTTP_UPGRADE_INSECURE_REQUESTS = 1 | 22 HTTP_UPGRADE_INSECURE_REQUESTS = 1 |
| 15 | |
| 16 ============== Back Forward List ============== | |
| 17 http://127.0.0.1:8000/navigation/resources/page-that-posts.html | |
| 18 curr-> http://127.0.0.1:8000/navigation/resources/form-target.pl | |
| 19 =============================================== | |
| OLD | NEW |