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

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

Issue 1328273003: [DevTools] Allow stars in blocked url pattern. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fprintf 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
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'". 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 2
3 Tests that blocked reason is recognized correctly. 3 Tests that blocked reason is recognized correctly.
4 4
5 5
6 Running: testCSP 6 Running: testCSP
7
8 Request: csp.js
9 BlockedReason: csp 7 BlockedReason: csp
10 8
11 Running: testDevTools 9 Running: testBlockedByDevTools1
12 10 Blocked patterns: resources**/silent*.js
13 Request: silent_script.js 11 Request: resources/silent_script.js
14 BlockedReason: inspector 12 BlockedReason: inspector
15 13
16 Request: silent_script.js 14 Running: testBlockedByDevTools2
15 Blocked patterns: a*b
16 Request: ba
17 BlockedReason: undefined 17 BlockedReason: undefined
18 18
19 Running: testBlockedByDevTools3
20 Blocked patterns: ***pattern***
21 Request: there/is/a/pattern/inside.js
22 BlockedReason: inspector
23
24 Running: testBlockedByDevTools4
25 Blocked patterns: pattern
26 Request: patt1ern
27 BlockedReason: undefined
28
29 Running: testBlockedByDevTools5
30 Blocked patterns: *this***is*a*pattern
31 Request: file/this/is/the/pattern
32 BlockedReason: undefined
33
34 Running: testBlockedByDevTools6
35 Blocked patterns: *this***is*a*pattern
36 Request: this/is/a/pattern
37 BlockedReason: inspector
38
39 Running: testBlockedByDevTools6
40 Blocked patterns: *this***is*a*pattern
41 Request: this/is
42 BlockedReason: undefined
43
44 Running: testBlockedByDevTools7
45 Blocked patterns: pattern
46 Request: long/pattern/inside
47 BlockedReason: inspector
48
49 Running: testBlockedByDevTools8
50 Blocked patterns: pattern
51 Request: pattern
52 BlockedReason: inspector
53
54 Running: testBlockedByDevTools9
55 Blocked patterns: pattern;pattern
56 Request: pattern
57 BlockedReason: inspector
58
59 Running: testBlockedByDevTools10
60 Blocked patterns: a*b*c*d*e
61 Request: edcbaedcbaedcbaedcba
62 BlockedReason: undefined
63
64 Running: testBlockedByDevTools11
65 Blocked patterns: a*b*c*d*e
66 Request: edcbaedcbaedcbaedcbae
67 BlockedReason: inspector
68
69 Running: testBlockedByDevTools12
70 Blocked patterns: one1;two2
71 Request: one1two2
72 BlockedReason: inspector
73
74 Running: testBlockedByDevTools13
75 Blocked patterns: one1;two2;three3
76 Request: four4
77 BlockedReason: undefined
78
79 Running: testBlockedByDevTools14
80 Blocked patterns: one1;two2;three3
81 Request: only-two2-here
82 BlockedReason: inspector
83
84 Running: cleanupBlockedURLs
85 Blocked patterns:
86 Request: resources/silent_script.js
87 BlockedReason: undefined
88
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/inspector/network/network-blocked-reason.html ('k') | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698