Index: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt |
index 358f02f326e9fc3671fd474920a4f52236ea481f..b6e80ef931ed16aaca3e312d96e40e834db190a6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt |
@@ -1,5 +1,5 @@ |
CONSOLE ERROR: line 18: Unsafe JavaScript attempt to initiate navigation for frame with URL 'about:blank' from frame with URL 'sandboxed-iframe-navigation-targetlink.html'. The frame attempting navigation is sandboxed, and is therefore disallowed from navigating its ancestors. |
- |
+CONSOLE ERROR: line 18: |
This test verifies that a sandboxed IFrame cannot open a link in another frame using the target attribute of a link. |
This is done by loading ten non-sandboxed IFrames, and a single sandboxed one. In addition each of these frames have a target frame (so, 22 frames in total). Expect ten frames to be able to open a link in their corresponding target frame, but the sandboxed one to not be one of them. |