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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-fetch-logging-expected.txt

Issue 2297903005: DevTools: (anonymous function) ==> (anonymous) (Closed)
Patch Set: tests Created 4 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
OLDNEW
1 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html 1 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
2 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.h tml 2 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.h tml
3 CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi 3 CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
4 CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/inspecto r/resources/xhr-exists.html 4 CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/inspecto r/resources/xhr-exists.html
5 CONSOLE ERROR: Fetch API cannot load http://localhost:8000/inspector/resources/x hr-exists.html. No 'Access-Control-Allow-Origin' header is present on the reques ted 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 fe tch the resource with CORS disabled. 5 CONSOLE ERROR: Fetch API cannot load http://localhost:8000/inspector/resources/x hr-exists.html. No 'Access-Control-Allow-Origin' header is present on the reques ted 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 fe tch the resource with CORS disabled.
6 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html 6 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
7 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.h tml 7 CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.h tml
8 CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi 8 CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
9 CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/inspecto r/resources/xhr-exists.html 9 CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/inspecto r/resources/xhr-exists.html
10 CONSOLE ERROR: Fetch API cannot load http://localhost:8000/inspector/resources/x hr-exists.html. No 'Access-Control-Allow-Origin' header is present on the reques ted 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 fe tch the resource with CORS disabled. 10 CONSOLE ERROR: Fetch API cannot load http://localhost:8000/inspector/resources/x hr-exists.html. No 'Access-Control-Allow-Origin' header is present on the reques ted 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 fe tch the resource with CORS disabled.
11 Tests that fetch logging works when XMLHttpRequest Logging is Enabled and doesn' t show logs when it is Disabled. 11 Tests that fetch logging works when XMLHttpRequest Logging is Enabled and doesn' t show logs when it is Disabled.
12 12
13 console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html 13 console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
14 network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/inspector/resource s/xhr-exists.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-l ogging.html:11step1 @ console-fetch-logging.html:24makeRequests @ console-fetch- logging.html:18(anonymous function) @ VM:1 14 network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/inspector/resource s/xhr-exists.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-l ogging.html:11step1 @ console-fetch-logging.html:24makeRequests @ console-fetch- logging.html:18(anonymous) @ VM:1
15 console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exi st.html 15 console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exi st.html
16 network-test.js:48 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fe tch-logging.html:11step2 @ console-fetch-logging.html:30 16 network-test.js:48 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fe tch-logging.html:11step2 @ console-fetch-logging.html:30
17 network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/inspector/resource s/xhr-does-not-exist.html".makeFetch @ network-test.js:48requestHelper @ console -fetch-logging.html:11step2 @ console-fetch-logging.html:30 17 network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/inspector/resource s/xhr-does-not-exist.html".makeFetch @ network-test.js:48requestHelper @ console -fetch-logging.html:11step2 @ console-fetch-logging.html:30
18 console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi 18 console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
19 network-test.js:48 Fetch complete: POST "http://127.0.0.1:8000/inspector/resourc es/post-target.cgi".makeFetch @ network-test.js:48requestHelper @ console-fetch- logging.html:11step3 @ console-fetch-logging.html:36 19 network-test.js:48 Fetch complete: POST "http://127.0.0.1:8000/inspector/resourc es/post-target.cgi".makeFetch @ network-test.js:48requestHelper @ console-fetch- logging.html:11step3 @ console-fetch-logging.html:36
20 console-fetch-logging.html:4 sending a GET request to http://localhost:8000/insp ector/resources/xhr-exists.html 20 console-fetch-logging.html:4 sending a GET request to http://localhost:8000/insp ector/resources/xhr-exists.html
21 console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/inspect or/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 allo wed access. If an opaque response serves your needs, set the request's mode to ' no-cors' to fetch the resource with CORS disabled. 21 console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/inspect or/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 allo wed access. If an opaque response serves your needs, set the request's mode to ' no-cors' to fetch the resource with CORS disabled.
22 console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html 22 console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
23 console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exi st.html 23 console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exi st.html
24 network-test.js:48 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fe tch-logging.html:11step2 @ console-fetch-logging.html:30 24 network-test.js:48 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fe tch-logging.html:11step2 @ console-fetch-logging.html:30
25 console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi 25 console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
26 console-fetch-logging.html:4 sending a GET request to http://localhost:8000/insp ector/resources/xhr-exists.html 26 console-fetch-logging.html:4 sending a GET request to http://localhost:8000/insp ector/resources/xhr-exists.html
27 console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/inspect or/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 allo wed access. If an opaque response serves your needs, set the request's mode to ' no-cors' to fetch the resource with CORS disabled. 27 console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/inspect or/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 allo wed access. If an opaque response serves your needs, set the request's mode to ' no-cors' to fetch the resource with CORS disabled.
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698