| Index: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php
|
| index 2eba1332bb39e84fe7ed75c0722cf353912a7bdb..61d425f0b91789193be8f759bc3cc41bbfca628c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php
|
| @@ -71,6 +71,8 @@ async_test(t => {
|
| document.body.appendChild(iframe);
|
| }, "Cookies set in an about:blank frame do not modify the suborigin's document.cookie and also have an empty document.cookie");
|
|
|
| +// TODO(jww): Re-enabled this test after https://crbug.com/649893 is addressed.
|
| +/*
|
| async_test(t => {
|
| window.addEventListener('message', function(event) {
|
| if (event.data.test_name != "blob:test")
|
| @@ -86,6 +88,7 @@ async_test(t => {
|
| iframe.src = URL.createObjectURL(blob);
|
| document.body.appendChild(iframe);
|
| }, "Cookies set in a blob: frame do not modify the suborigin's document.cookie and also have an empty document.cookie");
|
| + */
|
|
|
| async_test(t => {
|
| window.addEventListener('message', function(event) {
|
|
|