Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-async-overload-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-async-overload-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-async-overload-expected.txt |
index 4de17ef7103e0081ad28a43b0eeab8eceb15105f..470d828d0b35240e158a2dd6b975f20941730b65 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-async-overload-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-async-overload-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 http://xhr.spec.whatwg.org/. |
+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/. |
XMLHttpRequest.open() should be correctly overloaded |
PASS: if async argument is true, send() should behave asynchronously |