| OLD | NEW |
| 1 ALERT: Initial URL loaded. | 1 ALERT: Initial URL loaded. |
| 2 ALERT: Final URL loaded. | 2 ALERT: Final URL loaded. |
| 3 ALERT: Going back. | 3 ALERT: Going back. |
| 4 ALERT: Final URL loaded. | 4 ALERT: Final URL loaded. |
| 5 Checks that when going back to a page that frames that were navigated, that the
final URL of the frames is loaded directly, instead the initial URL. Four alerts
should appear, in this order: | 5 Checks that when going back to a page that frames that were navigated, that the
final URL of the frames is loaded directly, instead the initial URL. Four alerts
should appear, in this order: |
| 6 | 6 |
| 7 Initial URL loaded. | 7 Initial URL loaded. |
| 8 Final URL loaded. | 8 Final URL loaded. |
| 9 Going back. | 9 Going back. |
| 10 Final URL loaded. | 10 Final URL loaded. |
| 11 | 11 |
| 12 | 12 |
| 13 -------- | 13 -------- |
| 14 Frame: '<!--framePath //<!--frame0-->-->' | 14 Frame: '<!--framePath //<!--frame0-->-->' |
| 15 -------- | 15 -------- |
| 16 final page contents | 16 final page contents |
| 17 | 17 |
| 18 ============== Back Forward List ============== | 18 ============== Back Forward List ============== |
| 19 curr-> (file test):fast/history/history-back-initial-vs-final-url.html | 19 curr-> (file test):fast/history/history-back-initial-vs-final-url.html |
| 20 (file test):fast/history/resources/frame-final-url.html (in frame "<
!--framePath //<!--frame0-->-->") | 20 (file test):fast/history/resources/frame-final-url.html (in frame "<
!--framePath //<!--frame0-->-->") |
| 21 data:text/html,<script>alert("Going back.");history.back();</script> | 21 (file test):fast/history/resources/alert-then-back.html |
| 22 =============================================== | 22 =============================================== |
| OLD | NEW |