Chromium Code Reviews| Index: content/browser/site_per_process_browsertest.cc |
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc |
| index 4baccfa545d05bcfbdbba50f4d63a216ee77c9a8..01bb52bf56045c1d11992b43f567d1937695f06f 100644 |
| --- a/content/browser/site_per_process_browsertest.cc |
| +++ b/content/browser/site_per_process_browsertest.cc |
| @@ -8862,6 +8862,9 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, |
| child->current_frame_host()->GetView(), |
| proxy_to_parent->cross_process_frame_connector()->get_view_for_testing()); |
| + // Make sure that the child frame has submitted at least one frame. |
|
nasko
2017/05/05 18:42:55
nit: This talks about compositor frames, right? Ma
lfg
2017/05/05 18:53:02
Done.
|
| + WaitForChildFrameSurfaceReady(child->current_frame_host()); |
| + |
| // Send a postMessage from the child to its parent. This verifies that the |
| // parent's proxy in the child's SiteInstance was also restored. |
| base::string16 expected_title(base::UTF8ToUTF16("I am alive!")); |