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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html

Issue 2878663002: s/setAlwaysAcceptCookies/setBlockThirdPartyCookies/ in third-party-cookie-relaxing-iframe.html (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | 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/cookies/resources/third-party-cookie-relaxing-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html
index 6a8ec676f67011c3c962e25bd663c74e206062f4..d6a6307beff09eaa6a4d6227ee5f94c66f0f44b8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html
+++ b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html
@@ -25,13 +25,13 @@ var stage = 1;
function showCookies()
{
alert("Test stage " + stage++ + " document.cookie is: " + document.cookie);
- parent.window.postMessage("done", "*");
+ parent.window.postMessage("done", "*");
}
function sendXHR(queryCommand)
{
if (window.testRunner) {
- // setAlwaysAcceptCookies() takes effect asynchronously (IPC is involved).
+ // setBlockThirdPartyCookies() takes effect asynchronously (IPC is involved).
testRunner.setBlockThirdPartyCookies(false);
}
@@ -50,8 +50,8 @@ function sendXHR(queryCommand)
if (window.testRunner) {
testRunner.setBlockThirdPartyCookies(true);
}
-
- parent.window.postMessage("done", "*");
+
+ parent.window.postMessage("done", "*");
}
function resetCookiesAndNotifyDone()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698