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

Unified Diff: LayoutTests/http/tests/navigation/new-window-sandboxed-iframe-expected.txt

Issue 967423005: <iframe sandbox> should inherit through <a target='_blank'>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. Created 5 years, 10 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/navigation/new-window-sandboxed-iframe-expected.txt
diff --git a/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe-expected.txt b/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe-expected.txt
index f499762257fdb88d20513b716ec169903e69c37e..06f16385dad52933217305b9e645d6f284ec490c 100644
--- a/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe-expected.txt
+++ b/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE ERROR: Unsafe JavaScript attempt to initiate navigation for frame with URL 'http://127.0.0.1:8000/navigation/resources/new-window-sandboxed-iframe-destination.html' from frame with URL 'http://127.0.0.1:8000/navigation/resources/new-window-sandboxed-iframe-destination-iframe.html'. The frame attempting navigation of the top-level window is sandboxed, but the 'allow-top-navigation' flag is not set.
+
============== Back Forward List ==============
@@ -6,7 +8,6 @@ curr-> http://127.0.0.1:8000/navigation/new-window-sandboxed-iframe.html
===============================================
============== Back Forward List ==============
- http://127.0.0.1:8000/navigation/resources/new-window-sandboxed-iframe-destination.html
+curr-> http://127.0.0.1:8000/navigation/resources/new-window-sandboxed-iframe-destination.html
http://127.0.0.1:8000/navigation/resources/new-window-sandboxed-iframe-destination-iframe.html (in frame "<!--framePath //<!--frame0-->-->")
-curr-> http://127.0.0.1:8000/navigation/resources/notify-done.html
===============================================

Powered by Google App Engine
This is Rietveld 408576698