Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
index db76e6f728f0ad599a2c88826f0fea4dd459a4fe..a78b180dc67261cb31460345735991e32742b768 100644
--- a/third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
@@ -3,9 +3,9 @@ main frame - didCommitLoadForFrame
frame "f1" - didStartProvisionalLoadForFrame
frame "f1" - didCommitLoadForFrame
frame "f1" - didFinishDocumentLoadForFrame
+main frame - didFinishDocumentLoadForFrame
frame "f1" - didHandleOnloadEventsForFrame
frame "f1" - didFinishLoadForFrame
-main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
This is a test of load callbacks. It is only useful inside the regression test tool.

Powered by Google App Engine
This is Rietveld 408576698