Index: LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
index e4031dfa5e1e0b2cd2c78ebe83f1d73af423a9b1..3172ab46b0a61544f55c43ae347eedd9eb4bfd38 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-navigation-parent-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE MESSAGE: 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: 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. |
This test verifies that a sandboxed IFrame cannot navigate an ancestor in the frame tree by assigning the location attribute. |