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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/cookies-protocol-test-expected.txt

Issue 2221093003: [Devtools] Backend support for setCookie (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: backend changes Created 4 years, 4 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
OLDNEW
(Empty)
1 Tests that cookies are set, updated and removed.
2
3 Test started
4 Enabling network
5
6 Running test: simpleCookieAdd
7 Setting Cookie
8 Logging Cookies
9 Num of cookies 1
10 Cookie:
11 Domain: 127.0.0.1
12 Name: foo
13 Value: bar
14 Path: /
15 HttpOnly: false
16 Secure: false
17 Session: true
18
19 Running test: simpleCookieChange
20 Setting Cookie
21 Logging Cookies
22 Num of cookies 1
23 Cookie:
24 Domain: 127.0.0.1
25 Name: foo
26 Value: second bar
27 Path: /
28 HttpOnly: false
29 Secure: false
30 Session: true
31
32 Running test: simpleCookieDelete
33 Deleting Cookie
34 Logging Cookies
35 Num of cookies 0
36
37 Running test: sessionCookieAdd
38 Setting Cookie
39 Logging Cookies
40 Num of cookies 1
41 Cookie:
42 Domain: 127.0.0.1
43 Name: foo
44 Value: bar
45 Path: /
46 HttpOnly: false
47 Secure: false
48 Session: true
49
50 Running test: deleteAllCookies
51 Removing All Cookies
52 Logging Cookies
53 Num of cookies 1
54 Cookie:
55 Domain: 127.0.0.1
56 Name: foo
57 Value: bar
58 Path: /
59 HttpOnly: false
60 Secure: false
61 Session: true
62
63 Running test: nonSessionCookieZeroAdd
64 Setting Cookie
65 Logging Cookies
66 Num of cookies 0
67
68 Running test: deleteAllCookies
69 Removing All Cookies
70 Logging Cookies
71 Num of cookies 0
72
73 Running test: nonSessionCookieAdd
74 Setting Cookie
75 Logging Cookies
76 Num of cookies 1
77 Cookie:
78 Domain: 127.0.0.1
79 Name: foo
80 Value: bar
81 Path: /
82 HttpOnly: false
83 Secure: false
84 Session: false
85
86 Running test: invalidCookieAdd
87 Setting Cookie
88 Logging Cookies
89 Num of cookies 1
90 Cookie:
91 Domain: 127.0.0.1
92 Name: foo
93 Value: bar
94 Path: /
95 HttpOnly: false
96 Secure: false
97 Session: false
98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698