Index: LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
index 7c2e4b3e3f40a0f9f1440c28205733268a09ec2d..c0a9f6afacc93ded4fa226eca330fb564e3a53b3 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE MESSAGE: 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: 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. |