Add test for offline page *not* adding a nav stack entry when reloading |
|||
Issue descriptionhttps://codereview.chromium.org/1742763002/ adds code to keep us from adding a new back stack entry when we reload an offline page with its online version. We should add a test. From a reviewer: the way we test that in Custom Tabs is by checking Tab.canGoBack() in instrumentation tests. May be worth adding one here as well.
,
Apr 25 2016
The original implementation using should_replace_current_entry failed. JianLi is redoing the change with URLRequestInterceptor. This bug should serve as a reminder to add a unit test for the new URLRequestInterceptor change.
,
Aug 26 2016
This is not longer needed after we moved away from the redirect implementation. |
|||
►
Sign in to add a comment |
|||
Comment 1 by fgor...@chromium.org
, Mar 2 2016Status: Assigned (was: Untriaged)