Index: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
index 4de8d0e4de0ce56626039498f89ff8edac96b037..6ef02708b0ea3a73b05145e0653e6208fd14524d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
@@ -1,5 +1,5 @@ |
CONSOLE ERROR: line 6: Unsafe JavaScript attempt to initiate navigation for frame with URL 'sandboxed-iframe-navigation-source.html'. The frame attempting navigation is sandboxed, and is therefore disallowed from navigating its ancestors. |
- |
+CONSOLE ERROR: line 6: |
CONSOLE ERROR: line 6: Uncaught SecurityError: Failed to execute 'replace' on 'Location': The current window does not have permission to navigate the target frame to 'sandboxed-iframe-navigated.html'. |
This test verifies that a sandboxed IFrame cannot navigate an ancestor in the frame tree by assigning the location attribute. |