Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: The Content Security Policy directive 'default-src' contains 's cript-src' as a source expression. Did you mean 'default-src ...; script-src...' (note the semicolon)? 1 CONSOLE ERROR: The Content Security Policy directive 'default-src' contains 'scr ipt-src' as a source expression. Did you mean 'default-src ...; script-src...' ( note the semicolon)?
2 CONSOLE MESSAGE: The Content Security Policy directive 'script-src' contains 'ob ject-src' as a source expression. Did you mean 'script-src ...; object-src...' ( note the semicolon)? 2 CONSOLE ERROR: The Content Security Policy directive 'script-src' contains 'obje ct-src' as a source expression. Did you mean 'script-src ...; object-src...' (no te the semicolon)?
3 CONSOLE MESSAGE: The Content Security Policy directive 'script-src' contains 'st yle-src' as a source expression. Did you mean 'script-src ...; style-src...' (no te the semicolon)? 3 CONSOLE ERROR: The Content Security Policy directive 'script-src' contains 'styl e-src' as a source expression. Did you mean 'script-src ...; style-src...' (note the semicolon)?
4 If a web author forgets a semicolon, we should do our best to warn them that the policy they've defined is probably not what they intended. 4 If a web author forgets a semicolon, we should do our best to warn them that the policy they've defined is probably not what they intended.
5 5
6 6
7 7
8 -------- 8 --------
9 Frame: '<!--framePath //<!--frame0-->-->' 9 Frame: '<!--framePath //<!--frame0-->-->'
10 -------- 10 --------
11 PASS 11 PASS
12 12
13 -------- 13 --------
14 Frame: '<!--framePath //<!--frame1-->-->' 14 Frame: '<!--framePath //<!--frame1-->-->'
15 -------- 15 --------
16 PASS 16 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698