| Index: LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
|
| index fe53180766545bca97f7444051c4e6a18ac84504..843fe363e2e276e528a96ade2bd44af40786d6f2 100644
|
| --- a/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
|
| @@ -4,15 +4,85 @@ Tests that blocked reason is recognized correctly.
|
|
|
|
|
| Running: testCSP
|
| -
|
| -Request: csp.js
|
| BlockedReason: csp
|
|
|
| -Running: testDevTools
|
| +Running: testBlockedByDevTools1
|
| +Blocked patterns: resources**/silent*.js
|
| +Request: resources/silent_script.js
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools2
|
| +Blocked patterns: a*b
|
| +Request: ba
|
| +BlockedReason: undefined
|
| +
|
| +Running: testBlockedByDevTools3
|
| +Blocked patterns: ***pattern***
|
| +Request: there/is/a/pattern/inside.js
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools4
|
| +Blocked patterns: pattern
|
| +Request: patt1ern
|
| +BlockedReason: undefined
|
| +
|
| +Running: testBlockedByDevTools5
|
| +Blocked patterns: *this***is*a*pattern
|
| +Request: file/this/is/the/pattern
|
| +BlockedReason: undefined
|
| +
|
| +Running: testBlockedByDevTools6
|
| +Blocked patterns: *this***is*a*pattern
|
| +Request: this/is/a/pattern
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools6
|
| +Blocked patterns: *this***is*a*pattern
|
| +Request: this/is
|
| +BlockedReason: undefined
|
| +
|
| +Running: testBlockedByDevTools7
|
| +Blocked patterns: pattern
|
| +Request: long/pattern/inside
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools8
|
| +Blocked patterns: pattern
|
| +Request: pattern
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools9
|
| +Blocked patterns: pattern;pattern
|
| +Request: pattern
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools10
|
| +Blocked patterns: a*b*c*d*e
|
| +Request: edcbaedcbaedcbaedcba
|
| +BlockedReason: undefined
|
| +
|
| +Running: testBlockedByDevTools11
|
| +Blocked patterns: a*b*c*d*e
|
| +Request: edcbaedcbaedcbaedcbae
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools12
|
| +Blocked patterns: one1;two2
|
| +Request: one1two2
|
| +BlockedReason: inspector
|
| +
|
| +Running: testBlockedByDevTools13
|
| +Blocked patterns: one1;two2;three3
|
| +Request: four4
|
| +BlockedReason: undefined
|
|
|
| -Request: silent_script.js
|
| +Running: testBlockedByDevTools14
|
| +Blocked patterns: one1;two2;three3
|
| +Request: only-two2-here
|
| BlockedReason: inspector
|
|
|
| -Request: silent_script.js
|
| +Running: cleanupBlockedURLs
|
| +Blocked patterns:
|
| +Request: resources/silent_script.js
|
| BlockedReason: undefined
|
|
|
|
|