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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/script-src-in-iframe-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 'allow' directive has been replaced with 'default-src'. Ple ase use that directive instead, as 'allow' has no effect. 1 CONSOLE ERROR: The 'allow' directive has been replaced with 'default-src'. Pleas e use that directive instead, as 'allow' has no effect.
2 CONSOLE MESSAGE: The 'allow' directive has been replaced with 'default-src'. Ple ase use that directive instead, as 'allow' has no effect. 2 CONSOLE ERROR: The 'allow' directive has been replaced with 'default-src'. Pleas e use that directive instead, as 'allow' has no effect.
3 Loads an iframe (a) which loads an iframe (b) which in turns tries to load an ex ternal script. The iframe (a) has a content security policy disabling external s cripts. As this policy does not apply to (b), the script should be executed. 3 Loads an iframe (a) which loads an iframe (b) which in turns tries to load an ex ternal script. The iframe (a) has a content security policy disabling external s cripts. As this policy does not apply to (b), the script should be executed.
4 4
5 5
6 6
7 -------- 7 --------
8 Frame: '<!--framePath //<!--frame0-->-->' 8 Frame: '<!--framePath //<!--frame0-->-->'
9 -------- 9 --------
10 10
11 11
12 -------- 12 --------
13 Frame: '<!--framePath //<!--frame0-->/<!--frame0-->-->' 13 Frame: '<!--framePath //<!--frame0-->/<!--frame0-->-->'
14 -------- 14 --------
15 PASS 15 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698