Index: components/test_runner/layout_test_runtime_flags.cc |
diff --git a/components/test_runner/layout_test_runtime_flags.cc b/components/test_runner/layout_test_runtime_flags.cc |
index 63e3310f9c490aec59ebf75bdf1cd7979546c5fe..c9d530fa18bcf4cc24036836c853e48a958463cc 100644 |
--- a/components/test_runner/layout_test_runtime_flags.cc |
+++ b/components/test_runner/layout_test_runtime_flags.cc |
@@ -58,6 +58,8 @@ void LayoutTestRuntimeFlags::Reset() { |
set_stay_on_page_after_handling_before_unload(false); |
+ set_have_top_loading_frame(false); |
+ |
// No need to report the initial state - only the future delta is important. |
tracked_dictionary().ResetChangeTracking(); |
} |