OLD | NEW |
(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 |
OLD | NEW |