chromium/third_party/blink/web_tests/http/tests/loading/slow-parsing-subframe-expected.txt

main frame - DidStartNavigation
main frame - ReadyToCommitNavigation
main frame - didCommitLoadForFrame
frame "f1" - BeginNavigation request to 'http://127.0.0.1:8000/misc/resources/200.html', http method GET
frame "f1" - DidStartNavigation
main frame - didFinishDocumentLoadForFrame
frame "f1" - ReadyToCommitNavigation
frame "f1" - didCommitLoadForFrame
frame "f1" - didFinishDocumentLoadForFrame
frame "f1" - didHandleOnloadEventsForFrame
frame "f1" - didFinishLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
This tests that we get frame load callbacks in the proper order when a subframe is parsed and created from within a timer callback.