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 23026e2d80754142d6e9c6bf556be2c5232c2419..a2636899717e2bf1c3d97bf995cb686a6c75960e 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 |
@@ -4,12 +4,12 @@ CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
-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 ERROR: line 37: 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 MESSAGE: line 10: sending a %s request to %s |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
-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 ERROR: line 37: 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:5 sending a GET request to resources/xhr-exists.html |