Index: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
index c0a9f6afacc93ded4fa226eca330fb564e3a53b3..12b6dff027b223968a691e2dd94f233603294fa0 100644 |
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE ERROR: Blocked opening 'javascript: opener.parent.windowOpened(opener);' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set. |
+CONSOLE ERROR: line 2: Blocked opening 'javascript: opener.parent.windowOpened(opener);' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set. |
Verifies that a sandboxed IFrame cannot open new windows using window.open(). Expect ten windows to be opened, but the sandboxed IFrame not to be the opener of any of them. |
This test will print "PASS" on success. |