Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt

Issue 329323002: Deprecate support for xhr.withCredentials for synchronous requests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt b/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt
index 14cce67008d9d0c60393d6486d0646a6dc71eeae..66ffe2b0548a37166583e36d24294168099e94c5 100644
--- a/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt
@@ -1,3 +1,12 @@
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
+CONSOLE WARNING: Support for withCredentials deprecated for synchronous requests.
Start
Cross-origin XMLHttpRequest (sync), testing that cookies are not set when not sending credentials.
PASS: Finished sync xhr.
@@ -7,6 +16,6 @@ PASS: Finished async xhr.
PASS: No cookies set.
Cross-origin XMLHttpRequest (sync), testing that cookies are set when sending credentials.
PASS: Finished sync xhr.
-PASS: Cookie set.
+PASS: no cookie set.
DONE

Powered by Google App Engine
This is Rietveld 408576698