| OLD | NEW |
| 1 Tests that we trigger same-document navigation when history entries are generate
d via pushState, even if the frames present in the document change between histo
ry entries. | 1 Tests that we trigger same-document navigation when history entries are generate
d via pushState, even if the frames present in the document change between histo
ry 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-pushstate.html | |
| 7 removing iframe2 | 6 removing iframe2 |
| 8 pushState to newState | 7 pushState to newState |
| 9 going back | 8 going back |
| 10 popstate to state: null filename: same-document-iframes-changing-pushstate.html | 9 popstate to state: null filename: same-document-iframes-changing-pushstate.html |
| 11 going forward | 10 going forward |
| 12 popstate to state: newState filename: same-document-iframes-changing-pushstate.h
tml?newState | 11 popstate to state: newState filename: same-document-iframes-changing-pushstate.h
tml?newState |
| 13 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 14 | 13 |
| 15 TEST COMPLETE | 14 TEST COMPLETE |
| 16 | 15 |
| 17 | 16 |
| 18 -------- | 17 -------- |
| 19 Frame: 'iframe1' | 18 Frame: 'iframe1' |
| 20 -------- | 19 -------- |
| 21 iframe1 | 20 iframe1 |
| 22 | 21 |
| 23 ============== Back Forward List ============== | 22 ============== Back Forward List ============== |
| 24 (file test):fast/history/same-document-iframes-changing-pushstate.html | 23 (file test):fast/history/same-document-iframes-changing-pushstate.html |
| 25 data:text/plain,iframe1 (in frame "iframe1") | 24 data:text/plain,iframe1 (in frame "iframe1") |
| 26 data:text/plain,iframe2 (in frame "iframe2") | 25 data:text/plain,iframe2 (in frame "iframe2") |
| 27 curr-> (file test):fast/history/same-document-iframes-changing-pushstate.html?n
ewState | 26 curr-> (file test):fast/history/same-document-iframes-changing-pushstate.html?n
ewState |
| 28 data:text/plain,iframe1 (in frame "iframe1") | 27 data:text/plain,iframe1 (in frame "iframe1") |
| 29 =============================================== | 28 =============================================== |
| OLD | NEW |