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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-cookies.php

Issue 2332263002: Updated suborigin serialization to latest spec proposal (Closed)
Patch Set: Actually disable test Created 4 years, 3 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
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) {

Powered by Google App Engine
This is Rietveld 408576698