Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: LayoutTests/http/tests/misc/redirect-to-external-url-expected.txt

Issue 14328011: Remove hit test from dispatchDecidePolicyForNavigationAction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: with rebaselines Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698