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

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

Issue 2654463003: DevTools: render (verbose|info) (intervensions|deprecations|violations) with warning background. (Closed)
Patch Set: tests rebaselined Created 3 years, 10 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 10: sending a %s request to %s 1 CONSOLE MESSAGE: line 10: sending a %s request to %s
2 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 2 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
3 CONSOLE MESSAGE: line 10: sending a %s request to %s 3 CONSOLE MESSAGE: line 10: sending a %s request to %s
4 CONSOLE MESSAGE: line 10: sending a %s request to %s 4 CONSOLE MESSAGE: line 10: sending a %s request to %s
5 CONSOLE MESSAGE: line 10: sending a %s request to %s 5 CONSOLE MESSAGE: line 10: sending a %s request to %s
6 CONSOLE ERROR: line 37: XMLHttpRequest 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. 6 CONSOLE ERROR: line 37: XMLHttpRequest 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.
7 CONSOLE MESSAGE: line 10: sending a %s request to %s 7 CONSOLE MESSAGE: line 10: sending a %s request to %s
8 CONSOLE MESSAGE: line 10: sending a %s request to %s 8 CONSOLE MESSAGE: line 10: sending a %s request to %s
9 CONSOLE MESSAGE: line 10: sending a %s request to %s 9 CONSOLE MESSAGE: line 10: sending a %s request to %s
10 CONSOLE MESSAGE: line 10: sending a %s request to %s 10 CONSOLE MESSAGE: line 10: sending a %s request to %s
11 CONSOLE ERROR: line 37: XMLHttpRequest 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. 11 CONSOLE ERROR: line 37: XMLHttpRequest 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.
12 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled. 12 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
13 13
14 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html 14 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html
15 network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated b ecause of its detrimental effects to the end user's experience. For more help, c heck https://xhr.spec.whatwg.org/. 15 network-test.js:33 [Deprecation] Synchronous XMLHttpRequest on the main thread i s deprecated because of its detrimental effects to the end user's experience. Fo r more help, check https://xhr.spec.whatwg.org/.
16 makeXHR @ network-test.js:33 16 makeXHR @ network-test.js:33
17 makeSimpleXHRWithPayload @ network-test.js:16 17 makeSimpleXHRWithPayload @ network-test.js:16
18 makeSimpleXHR @ network-test.js:11 18 makeSimpleXHR @ network-test.js:11
19 requestHelper @ console-xhr-logging.html:6 19 requestHelper @ console-xhr-logging.html:6
20 makeRequests @ console-xhr-logging.html:12 20 makeRequests @ console-xhr-logging.html:12
21 (anonymous) @ VM:1 21 (anonymous) @ VM:1
22 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-exists.html". 22 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-exists.html".
23 makeXHR @ network-test.js:37 23 makeXHR @ network-test.js:37
24 makeSimpleXHRWithPayload @ network-test.js:16 24 makeSimpleXHRWithPayload @ network-test.js:16
25 makeSimpleXHR @ network-test.js:11 25 makeSimpleXHR @ network-test.js:11
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi 76 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi
77 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html 77 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html
78 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess. 78 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess.
79 makeXHR @ network-test.js:37 79 makeXHR @ network-test.js:37
80 makeSimpleXHRWithPayload @ network-test.js:16 80 makeSimpleXHRWithPayload @ network-test.js:16
81 makeSimpleXHR @ network-test.js:11 81 makeSimpleXHR @ network-test.js:11
82 requestHelper @ console-xhr-logging.html:6 82 requestHelper @ console-xhr-logging.html:6
83 makeRequests @ console-xhr-logging.html:18 83 makeRequests @ console-xhr-logging.html:18
84 (anonymous) @ VM:1 84 (anonymous) @ VM:1
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698