OLD | NEW |
1 Tests that we trigger same-document navigation when history entries are generate
d via fragment changes, even if the frames present in the document change betwee
n history entries. | 1 Tests that we trigger same-document navigation when history entries are generate
d via fragment changes, even if the frames present in the document change betwee
n history entries. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 popstate to state: null filename: same-document-iframes-changing-fragment.html | 6 popstate to state: null filename: same-document-iframes-changing-fragment.html |
7 removing iframe2 | 7 removing iframe2 |
8 navigating to #newState | 8 navigating to #newState |
9 popstate to state: null filename: same-document-iframes-changing-fragment.html#n
ewState | 9 popstate to state: null filename: same-document-iframes-changing-fragment.html#n
ewState |
10 going back | 10 going back |
(...skipping 10 matching lines...) Expand all Loading... |
21 -------- | 21 -------- |
22 iframe1 | 22 iframe1 |
23 | 23 |
24 ============== Back Forward List ============== | 24 ============== Back Forward List ============== |
25 (file test):fast/history/same-document-iframes-changing-fragment.html *
*nav target** | 25 (file test):fast/history/same-document-iframes-changing-fragment.html *
*nav target** |
26 data:text/plain,iframe1 (in frame "iframe1") | 26 data:text/plain,iframe1 (in frame "iframe1") |
27 data:text/plain,iframe2 (in frame "iframe2") | 27 data:text/plain,iframe2 (in frame "iframe2") |
28 curr-> (file test):fast/history/same-document-iframes-changing-fragment.html#ne
wState **nav target** | 28 curr-> (file test):fast/history/same-document-iframes-changing-fragment.html#ne
wState **nav target** |
29 data:text/plain,iframe1 (in frame "iframe1") | 29 data:text/plain,iframe1 (in frame "iframe1") |
30 =============================================== | 30 =============================================== |
OLD | NEW |