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