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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html

Issue 2125523003: Rename setAlwaysAcceptCookies to setBlockThirdPartyCookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/img-crossorigin-cookies.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html
index 7e43c5388c765ee59b1a4dd9aba5f071a3e8beaf..9a7093ae4cd0581642ecbc84862677e5f618afd1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html
@@ -5,7 +5,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
- testRunner.setAlwaysAcceptCookies(1);
+ testRunner.setBlockThirdPartyCookies(false);
}
function log(message)
@@ -108,4 +108,3 @@ function testSyncCookiesWithCredentials()
if (window.testRunner)
testSyncCookiesNoCredentials();
</script>
-
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/img-crossorigin-cookies.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698