Nate Chapin
2013/04/15 19:18:24
redirect-to-external-url.html tests a WebKit conce
redirect-to-external-url.html tests a WebKit concept we don't use: the ability
to policy-block a load via FrameLoaderClient::canHandleRequest. Our
implementation of canHandleRequest always returns true, so I removed it, making
this test obsolete.
2 <head>
3 <script>
4
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
8 testRunner.waitUntilDone();
9 }
10
11 </script>
12
13 </head>
14 <body>
15 This page has an iframe. It loads then navigates to an http url which redirects
to an externally handled url.<br>
16 The navigation policy delegate should be consulted about the http url and the ex
ternal url.<br>
Issue 14264012: Create errors (especially cancellation errors) internally to WebCore, rather
(Closed)
Created 7 years, 8 months ago by Nate Chapin
Modified 7 years, 7 months ago
Reviewers: darin (slow to review)
Base URL: svn://svn.chromium.org/blink/trunk/
Comments: 16