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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt

Issue 1315043008: [DevTools] Show blocked requests in Network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hidden Created 5 years, 3 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
(Empty)
1 CONSOLE ERROR: Refused to load the script 'https://www.example.com/csp.js' becau se it violates the following Content Security Policy directive: "script-src 'sel f' 'unsafe-inline'".
2
3 Tests that blocked reason is recognized correctly.
4
5
6 Running: testCSP
7
8 Request: csp.js
9 BlockedReason: csp
10
11 Running: testDevTools
12
13 Request: silent_script.js
14 BlockedReason: inspector
15
16 Request: silent_script.js
17 BlockedReason: undefined
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698