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

Unified Diff: LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt b/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
index 6e8f67eaa90a24218560d30ef4073759c13cd885..50a57f25bbb32ec9437fc07e7a32783134543636 100644
--- a/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
+++ b/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
@@ -1,32 +1,48 @@
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
yurys 2015/02/26 14:07:43 Please update InspectorTest.makeXHR in network-tes
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/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.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/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.
Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:128 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
network-test.js:129 Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.
network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".
console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exist.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html".
console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:132 XHR finished loading: POST "http://127.0.0.1:8000/inspector/resources/post-target.cgi".
console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/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.
console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exist.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
+network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/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.

Powered by Google App Engine
This is Rietveld 408576698