1 CONSOLE MESSAGE: line 1: PASS: Form feed is a delimiter.
2 CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scripts
\vallow-forms' is an invalid sandbox flag.
3 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.
4 CONSOLE MESSAGE: line 1: PASS: Newline is a delimiter.
5 CONSOLE MESSAGE: line 1: PASS: Return is a delimiter.
6 CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scriptsxallow-forms' is an invalid sandbox flag.
7 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.
8 CONSOLE MESSAGE: line 1: PASS: Tab is a delimiter.
9 CONSOLE MESSAGE: line 1: PASS: Space is a delimiter character.
10 This tests whether we correct parse various space characters in the sandbox attribute.