Index: LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt |
diff --git a/LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt b/LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt |
index c9e412836e3942caf43943c2c4f8dcb8803693ac..aff1d8b89fd519f44a43debdf4c06a248b698592 100644 |
--- a/LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt |
+++ b/LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt |
@@ -1,5 +1,5 @@ |
-Policy delegate: attempt to load http://127.0.0.1:8000/misc/resources/redirect-to-external-url.php with navigation type 'link clicked' originating from HTML > #document |
-Policy delegate: attempt to load spaceballs://the-flamethrower/ with navigation type 'link clicked' originating from HTML > #document |
+Policy delegate: attempt to load http://127.0.0.1:8000/misc/resources/redirect-to-external-url.php with navigation type 'link clicked' |
+Policy delegate: attempt to load spaceballs://the-flamethrower/ with navigation type 'link clicked' |
Policy delegate: unable to implement policy with error domain 'WebKitErrorDomain', error code 101, in frame '<!--framePath //<!--frame0-->-->' |
This page has an iframe. It loads then navigates to an http url which redirects to an externally handled url. |
The navigation policy delegate should be consulted about the http url and the external url. |