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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 ALERT:
2
3 ALERT: Allowing all cookies
4 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= deleteCookies
5 ALERT: XHR response - Deleted all cookies
6 ALERT: Test stage 1 document.cookie is:
7 ALERT: Restricting to first party only cookies
8 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= setFooCookie
9 ALERT: XHR response - Set the foo cookie
10 ALERT: Test stage 2 document.cookie is:
11 ALERT:
12
13 ALERT: Allowing all cookies
14 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= deleteCookies
15 ALERT: XHR response - Deleted all cookies
16 ALERT: Test stage 3 document.cookie is:
17 ALERT: Restricting to first party only cookies
18 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= setFooAndBarCookie
19 ALERT: XHR response - Set the foo and bar cookies
20 ALERT: Test stage 4 document.cookie is:
21 ALERT:
22
23 ALERT: Allowing all cookies
24 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= deleteCookies
25 ALERT: XHR response - Deleted all cookies
26 ALERT: Test stage 5 document.cookie is:
27 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= setFooCookie
28 ALERT: XHR response - Set the foo cookie
29 ALERT: Test stage 6 document.cookie is: foo=awesomevalue
30 ALERT: Restricting to first party only cookies
31 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= deleteCookies
32 ALERT: XHR response - Deleted all cookies
33 ALERT: Test stage 7 document.cookie is:
34 ALERT:
35
36 ALERT: Allowing all cookies
37 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= deleteCookies
38 ALERT: XHR response - Deleted all cookies
39 ALERT: Test stage 8 document.cookie is:
40 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= setFooCookie
41 ALERT: XHR response - Set the foo cookie
42 ALERT: Test stage 9 document.cookie is: foo=awesomevalue
43 ALERT: Restricting to first party only cookies
44 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction= setFooAndBarCookie
45 ALERT: XHR response - Set the foo and bar cookies
46 ALERT: Test stage 10 document.cookie is: bar=anotherawesomevalue; foo=awesomeval ue
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698