OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 1: Hello from the mock resource |
| 2 Tests interception of redirects. |
| 3 |
| 4 Test started |
| 5 Network agent enabled |
| 6 Fetch interception enabled |
| 7 Page agent enabled |
| 8 Runtime agent enabled |
| 9 Network.interceptedRequest ID 1 GET redirect-iframe.html |
| 10 Network.allowRequest ID 1 |
| 11 Network.responseReceived redirect-iframe.html 200 text/html requestId = ID 1 |
| 12 Network.interceptedRequest ID 2 GET redirect1.pl |
| 13 Network.allowRequest ID 2 |
| 14 Network.interceptedRedirect ID 2 307 redirect1.pl -> redirect2.pl |
| 15 Network.allowRequest ID 2 |
| 16 Network.interceptedRedirect ID 2 302 redirect2.pl -> redirect3.pl |
| 17 Network.mockResponse ID 2 |
| 18 Network.responseReceived redirect2.pl 200 application/javascript requestId = ID
2 |
| 19 Page.frameStoppedLoading |
| 20 |
OLD | NEW |