| 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()
|
|
|