Removed WebContentsImplTest::CrossSiteNavigationCanceled
commit8dce417852ca909fedb7a36e35c1173b9c157dab
authorclamy <clamy@chromium.org>
Fri, 27 Mar 2015 11:10:23 +0000 (27 04:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 27 Mar 2015 11:11:40 +0000 (27 11:11 +0000)
tree7f14b70646a03ed360341f8b3188fc1ed224e2fa
parentfa5aa354fe392429ffed37fe74f6378d1db44bd2
Removed WebContentsImplTest::CrossSiteNavigationCanceled

This test checks that if a new navigation does not commit after the
current renderer has run its unload handler this does not leave the WebContents
in a stuck state. However, following
https://codereview.chromium.org/464593003/, the current renderer will only run
its unload handler after teh new navigation has committed. Therefore, this test
is no longer applicable.

BUG=402020

Review URL: https://codereview.chromium.org/1035963003

Cr-Commit-Position: refs/heads/master@{#322552}
content/browser/web_contents/web_contents_impl_unittest.cc