Index: LayoutTests/http/tests/loading/slow-parsing-subframe-expected.txt |
diff --git a/LayoutTests/http/tests/loading/slow-parsing-subframe-expected.txt b/LayoutTests/http/tests/loading/slow-parsing-subframe-expected.txt |
index eb5a6b2fce5f5d0784d80651e2b5760bbed74446..d91cdd9ccde3762f5292f40a2e5b49ef54e5ef38 100644 |
--- a/LayoutTests/http/tests/loading/slow-parsing-subframe-expected.txt |
+++ b/LayoutTests/http/tests/loading/slow-parsing-subframe-expected.txt |
@@ -5,8 +5,8 @@ main frame - didFinishDocumentLoadForFrame |
frame "f1" - didCommitLoadForFrame |
frame "f1" - didFinishDocumentLoadForFrame |
frame "f1" - didHandleOnloadEventsForFrame |
-main frame - 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. |