| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
|
| index 53f2e556558c27e91d8ac6995b32b966691aa02f..bb38e6e52baaa117ec4f90bf7db8e9997de7721b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
|
| @@ -12,7 +12,7 @@ CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect
|
| Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
|
|
|
| console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html
|
| -network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| +network-test.js:33 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| makeXHR @ network-test.js:33
|
| makeSimpleXHRWithPayload @ network-test.js:16
|
| makeSimpleXHR @ network-test.js:11
|
|
|