Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / slow-parsing-subframe-expected.txt
blobd91cdd9ccde3762f5292f40a2e5b49ef54e5ef38
1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame
3 frame "f1" - didStartProvisionalLoadForFrame
4 main frame - didFinishDocumentLoadForFrame
5 frame "f1" - didCommitLoadForFrame
6 frame "f1" - didFinishDocumentLoadForFrame
7 frame "f1" - didHandleOnloadEventsForFrame
8 frame "f1" - didFinishLoadForFrame
9 main frame - didHandleOnloadEventsForFrame
10 main frame - didFinishLoadForFrame
11 This tests that we get frame load callbacks in the proper order when a subframe is parsed and created from within a timer callback.