1CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
2CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
3CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
4CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
5CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
6CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
7CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
8CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
9CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
10CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
111Tests that fetch logging works when XMLHttpRequest Logging is Enabled and doesn't show logs when it is Disabled.
122
13console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
14network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-exists.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step1 @ console-fetch-logging.html:24makeRequests @ console-fetch-logging.html:18(anonymous) @ VM:1
15console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
16network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
17network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
18console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
19network-test.js:48 Fetch complete: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step3 @ console-fetch-logging.html:36
20console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
21console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
22console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
23console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
24network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
25console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
26console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
27console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
3console-fetch-logging.js:13 sending a GET request to resources/xhr-exists.html
4console-fetch-logging.js:13 sending a GET request to resources/xhr-does-not-exist.html
5VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
6makeFetch @ VM:58
7requestHelper @ console-fetch-logging.js:20
8step2 @ console-fetch-logging.js:39
9setTimeout (async)
10delayCallback @ console-fetch-logging.js:18
11Promise.then (async)
12requestHelper @ console-fetch-logging.js:20
13step1 @ console-fetch-logging.js:33
14makeRequests @ console-fetch-logging.js:27
15(anonymous) @ VM:1
16console-fetch-logging.js:13 sending a POST request to resources/post-target.cgi
17VM:58 Fetch finished loading: GET "http://127.0.0.1:8000/devtools/resources/xhr-exists.html".
18makeFetch @ VM:58
19requestHelper @ console-fetch-logging.js:20
20step1 @ console-fetch-logging.js:33
21makeRequests @ console-fetch-logging.js:27
22(anonymous) @ VM:1
23console-fetch-logging.js:13 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
24VM:58 Fetch failed loading: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".
25makeFetch @ VM:58
26requestHelper @ console-fetch-logging.js:20
27step2 @ console-fetch-logging.js:39
28setTimeout (async)
29delayCallback @ console-fetch-logging.js:18
30Promise.then (async)
31requestHelper @ console-fetch-logging.js:20
32step1 @ console-fetch-logging.js:33
33makeRequests @ console-fetch-logging.js:27
34(anonymous) @ VM:1
35VM:58 Fetch finished loading: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".
36makeFetch @ VM:58
37requestHelper @ console-fetch-logging.js:20
38step3 @ console-fetch-logging.js:45
39setTimeout (async)
40delayCallback @ console-fetch-logging.js:18
41Promise.then (async)
42requestHelper @ console-fetch-logging.js:20
43step2 @ console-fetch-logging.js:39
44setTimeout (async)
45delayCallback @ console-fetch-logging.js:18
46Promise.then (async)
47requestHelper @ console-fetch-logging.js:20
48step1 @ console-fetch-logging.js:33
49makeRequests @ console-fetch-logging.js:27
50(anonymous) @ VM:1
51inspected-page.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
52VM:58 Fetch finished loading: GET "http://localhost:8000/devtools/resources/xhr-exists.html".
53makeFetch @ VM:58
54requestHelper @ console-fetch-logging.js:20
55step4 @ console-fetch-logging.js:51
56setTimeout (async)
57delayCallback @ console-fetch-logging.js:18
58Promise.then (async)
59requestHelper @ console-fetch-logging.js:20
60step3 @ console-fetch-logging.js:45
61setTimeout (async)
62delayCallback @ console-fetch-logging.js:18
63Promise.then (async)
64requestHelper @ console-fetch-logging.js:20
65step2 @ console-fetch-logging.js:39
66setTimeout (async)
67delayCallback @ console-fetch-logging.js:18
68Promise.then (async)
69requestHelper @ console-fetch-logging.js:20
70step1 @ console-fetch-logging.js:33
71makeRequests @ console-fetch-logging.js:27
72(anonymous) @ VM:1
73console-fetch-logging.js:13 sending a GET request to resources/xhr-exists.html
74console-fetch-logging.js:13 sending a GET request to resources/xhr-does-not-exist.html
75VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
76makeFetch @ VM:58
77requestHelper @ console-fetch-logging.js:20
78step2 @ console-fetch-logging.js:39
79setTimeout (async)
80delayCallback @ console-fetch-logging.js:18
81Promise.then (async)
82requestHelper @ console-fetch-logging.js:20
83step1 @ console-fetch-logging.js:33
84makeRequests @ console-fetch-logging.js:27
85(anonymous) @ VM:1
86console-fetch-logging.js:13 sending a POST request to resources/post-target.cgi
87console-fetch-logging.js:13 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
88inspected-page.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
2889