NavigationControllerTest.ShowRendererURLAfterFailUntilModified doesn't exercise the code it's supposed to test |
|
Issue descriptionI suspect that https://codereview.chromium.org/232463007/ (which added this test) wants to exercise NavigatorImpl::DiscardPendingEntryIfNeeded however, since there's no navigation handle, DiscardPendingEntryIfNeeded is invoked with expected_pending_entry_id == 0, so it early returns. |
|
►
Sign in to add a comment |
|