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 ac4a4b055f95e3094092db743dc0132e0d7f03bf..6e8f67eaa90a24218560d30ef4073759c13cd885 100644 |
--- a/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
+++ b/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
@@ -1,4 +1,5 @@ |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
+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 MESSAGE: line 10: sending a %s request to %s |
@@ -12,6 +13,7 @@ CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour |
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: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 |