Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-parsing-space-characters-expected.txt
blob7beab63cb7084a57614cdf5274e846eada5ae1a4
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.