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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: filter console messages in content_shell rather than python Created 3 years, 9 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
OLDNEW
1 ALERT: /PASS/ 1 ALERT: /PASS/
2 CONSOLE ERROR: line 1: Uncaught EvalError: Refused to evaluate a string as JavaS cript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'unsafe-inline'". 2 CONSOLE ERROR: line 1: Uncaught EvalError: Refused to evaluate a string as JavaS cript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'unsafe-inline'".
3 3 CONSOLE ERROR: line 1:
4 Eval should be blocked in the iframe, but inline script should be allowed. 4 Eval should be blocked in the iframe, but inline script should be allowed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698