Index: LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt |
index d3e826d9fd5a93a7c81d4825df1b2bdae5e4ec2d..7beab63cb7084a57614cdf5274e846eada5ae1a4 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt |
@@ -1,11 +1,11 @@ |
-ALERT: PASS: Form feed is a delimiter. |
+CONSOLE MESSAGE: line 1: PASS: Form feed is a delimiter. |
CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scriptsallow-forms' is an invalid sandbox flag. |
-CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>alert('FAIL: Vertical tab is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
-ALERT: PASS: Newline is a delimiter. |
-ALERT: PASS: Return is a delimiter. |
+CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>console.log('FAIL: Vertical tab is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
+CONSOLE MESSAGE: line 1: PASS: Newline is a delimiter. |
+CONSOLE MESSAGE: line 1: PASS: Return is a delimiter. |
CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scriptsxallow-forms' is an invalid sandbox flag. |
-CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>alert('FAIL: x is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
-ALERT: PASS: Tab is a delimiter. |
-ALERT: PASS: Space is a delimiter character. |
+CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>console.log('FAIL: x is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
+CONSOLE MESSAGE: line 1: PASS: Tab is a delimiter. |
+CONSOLE MESSAGE: line 1: PASS: Space is a delimiter character. |
This tests whether we correct parse various space characters in the sandbox attribute. |