SetBrowserClientForTesting() calls might not get cleaned up in case of ASSERT failures |
|
Issue descriptionSSLUIWorkerFetchTest.MAYBE_MixedContentSettings calls content::SetBrowserClientForTesting() at the beginning and end. It's unclear if the client will get reset in the case of an ASSERT failure, when the test bails out early. As a matter of best practice, it's probably best to do it on TearDown() instead. |
|
►
Sign in to add a comment |
|