| OLD | NEW |
| 1 Tests top frame navigation events. | 1 Tests top frame navigation events. |
| 2 | 2 |
| 3 | 3 |
| 4 Navigating root frame | 4 Navigating root frame |
| 5 FrameAdded : root1 | 5 FrameAdded : root1 |
| 6 SecurityOriginRemoved : http://127.0.0.1:8000 |
| 6 FrameNavigated : root1 : loader-root1 | 7 FrameNavigated : root1 : loader-root1 |
| 7 MainFrameNavigated : root1 : loader-root1 | 8 MainFrameNavigated : root1 : loader-root1 |
| 8 SecurityOriginAdded : http://frame/root1.html | 9 SecurityOriginAdded : http://frame/root1.html |
| 9 Navigating child frame 1 | 10 Navigating child frame 1 |
| 10 FrameAdded : child1 | 11 FrameAdded : child1 |
| 11 FrameNavigated : child1 : loader-child1 | 12 FrameNavigated : child1 : loader-child1 |
| 12 SecurityOriginAdded : http://frame/child1.html | 13 SecurityOriginAdded : http://frame/child1.html |
| 13 Navigating child frame 1 to a different URL | 14 Navigating child frame 1 to a different URL |
| 15 FrameNavigated : child1 : loader-child1 |
| 14 SecurityOriginRemoved : http://frame/child1.html | 16 SecurityOriginRemoved : http://frame/child1.html |
| 15 FrameNavigated : child1 : loader-child1 | |
| 16 SecurityOriginAdded : http://frame/child1-new.html | 17 SecurityOriginAdded : http://frame/child1-new.html |
| 17 Navigating child frame 2 | 18 Navigating child frame 2 |
| 18 FrameAdded : child2 | 19 FrameAdded : child2 |
| 19 FrameNavigated : child2 : loader-child2 | 20 FrameNavigated : child2 : loader-child2 |
| 20 SecurityOriginAdded : http://frame/child2.html | 21 SecurityOriginAdded : http://frame/child2.html |
| 21 Detaching child frame 1 | 22 Detaching child frame 1 |
| 23 FrameDetached : child1 |
| 22 SecurityOriginRemoved : http://frame/child1-new.html | 24 SecurityOriginRemoved : http://frame/child1-new.html |
| 23 FrameDetached : child1 | |
| 24 Navigating root frame | 25 Navigating root frame |
| 25 SecurityOriginRemoved : http://frame/child2.html | |
| 26 SecurityOriginRemoved : http://frame/root1.html | |
| 27 FrameDetached : child2 | 26 FrameDetached : child2 |
| 28 FrameDetached : root1 | 27 FrameDetached : root1 |
| 28 SecurityOriginRemoved : http://frame/root1.html |
| 29 SecurityOriginRemoved : http://frame/child2.html |
| 29 FrameAdded : root2 | 30 FrameAdded : root2 |
| 30 FrameNavigated : root2 : loader-root2 | 31 FrameNavigated : root2 : loader-root2 |
| 31 MainFrameNavigated : root2 : loader-root2 | 32 MainFrameNavigated : root2 : loader-root2 |
| 32 SecurityOriginAdded : http://frame/root2.html | 33 SecurityOriginAdded : http://frame/root2.html |
| 33 | 34 |
| OLD | NEW |