| 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 1f2ca217136ec8e9f7a6826ef9ddb5249c631897..6a8ec676f67011c3c962e25bd663c74e206062f4 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
|
| @@ -32,7 +32,7 @@ function sendXHR(queryCommand)
|
| {
|
| if (window.testRunner) {
|
| // setAlwaysAcceptCookies() takes effect asynchronously (IPC is involved).
|
| - testRunner.setAlwaysAcceptCookies(true);
|
| + testRunner.setBlockThirdPartyCookies(false);
|
| }
|
|
|
| var baseurl = "http://localhost:8000/cookies/resources/cookie-utility.php";
|
| @@ -48,7 +48,7 @@ function sendXHR(queryCommand)
|
| alert("xhr error");
|
|
|
| if (window.testRunner) {
|
| - testRunner.setAlwaysAcceptCookies(false);
|
| + testRunner.setBlockThirdPartyCookies(true);
|
| }
|
|
|
| parent.window.postMessage("done", "*");
|
|
|