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

Unified Diff: LayoutTests/http/tests/cookies/third-party-cookie-relaxing-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/http/tests/cookies/third-party-cookie-relaxing-expected.txt
diff --git a/LayoutTests/http/tests/cookies/third-party-cookie-relaxing-expected.txt b/LayoutTests/http/tests/cookies/third-party-cookie-relaxing-expected.txt
deleted file mode 100644
index 184a97ac87d01e7e2ed432df8e011bc03587c3a8..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/cookies/third-party-cookie-relaxing-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-ALERT:
-
-ALERT: Allowing all cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
-ALERT: XHR response - Deleted all cookies
-ALERT: Test stage 1 document.cookie is:
-ALERT: Restricting to first party only cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
-ALERT: XHR response - Set the foo cookie
-ALERT: Test stage 2 document.cookie is:
-ALERT:
-
-ALERT: Allowing all cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
-ALERT: XHR response - Deleted all cookies
-ALERT: Test stage 3 document.cookie is:
-ALERT: Restricting to first party only cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie
-ALERT: XHR response - Set the foo and bar cookies
-ALERT: Test stage 4 document.cookie is:
-ALERT:
-
-ALERT: Allowing all cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
-ALERT: XHR response - Deleted all cookies
-ALERT: Test stage 5 document.cookie is:
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
-ALERT: XHR response - Set the foo cookie
-ALERT: Test stage 6 document.cookie is: foo=awesomevalue
-ALERT: Restricting to first party only cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
-ALERT: XHR response - Deleted all cookies
-ALERT: Test stage 7 document.cookie is:
-ALERT:
-
-ALERT: Allowing all cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
-ALERT: XHR response - Deleted all cookies
-ALERT: Test stage 8 document.cookie is:
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
-ALERT: XHR response - Set the foo cookie
-ALERT: Test stage 9 document.cookie is: foo=awesomevalue
-ALERT: Restricting to first party only cookies
-ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie
-ALERT: XHR response - Set the foo and bar cookies
-ALERT: Test stage 10 document.cookie is: bar=anotherawesomevalue; foo=awesomevalue
-

Powered by Google App Engine
This is Rietveld 408576698