Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt |
index 5f4903eb5decf6171b0e3f0d64f2b0be91edc38c..5d75671f6b0754a7e92cb23922f81d9ff6b4a170 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt |
@@ -1,4 +1,4 @@ |
-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 https://xhr.spec.whatwg.org/. |
+CONSOLE WARNING: line 28: 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/. |
This test checks that no exception is raised when getting a 404 HTTP response - that's success from XHR point of view. |
PASS: No exception. |