Home | History | Annotate | Download | only in common

Lines Matching refs:browser

78 // Tests whether we correctly fail on browser assertions during tests.
85 // We're testing the renderer rather than the browser assertion here,
86 // because the browser assertion would flunk the test during SetUp()
87 // (since TAU wouldn't be able to find the browser window).
120 // We're testing the renderer rather than the browser assertion here,
121 // because the browser assertion would flunk the test during SetUp()
122 // (since TAU wouldn't be able to find the browser window).
147 // Tests whether we correctly fail on browser crashes during UI Tests.
178 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
179 ASSERT_TRUE(browser.get());
180 ASSERT_TRUE(browser->WaitForTabCountToBecome(1));