tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / history / same-document-iframes-changing-pushstate-expected.txt
1 Tests that we trigger same-document navigation when history entries are generated via pushState, even if the frames present in the document change between history entries.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 popstate to state: null filename: same-document-iframes-changing-pushstate.html
7 removing iframe2
8 pushState to newState
9 going back
10 popstate to state: null filename: same-document-iframes-changing-pushstate.html
11 going forward
12 popstate to state: newState filename: same-document-iframes-changing-pushstate.html?newState
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
17
18 --------
19 Frame: 'iframe1'
20 --------
21 iframe1
22
23 ============== Back Forward List ==============
24         (file test):fast/history/same-document-iframes-changing-pushstate.html  **nav target**
25             data:text/plain,iframe1 (in frame "iframe1")
26             data:text/plain,iframe2 (in frame "iframe2")
27 curr->  (file test):fast/history/same-document-iframes-changing-pushstate.html?newState  **nav target**
28             data:text/plain,iframe1 (in frame "iframe1")
29 ===============================================