cookieStore_set_arguments.https.any.js.ini (3297B)
1 [cookieStore_set_arguments.https.any.serviceworker.html] 2 [cookieStore.set with path set to the current directory] 3 expected: 4 if (os == "win"): [PASS, FAIL] 5 if processor == "x86": [PASS, FAIL] 6 7 [cookieStore.set with path set to a subdirectory of the current directory] 8 expected: 9 if (os == "win"): [PASS, FAIL] 10 if processor == "x86": [PASS, FAIL] 11 12 [cookieStore.set with get result] 13 expected: 14 if (os == "win"): [PASS, FAIL] 15 if processor == "x86": [PASS, FAIL] 16 17 [cookieStore.set checks if the path is too long] 18 expected: 19 if (os == "win"): [PASS, FAIL] 20 if processor == "x86": [PASS, FAIL] 21 22 [cookieStore.set checks if the domain is too long] 23 expected: 24 if (os == "win"): [PASS, FAIL] 25 if processor == "x86": [PASS, FAIL] 26 27 [cookieStore.set with a __Host- prefix should not have a domain] 28 expected: 29 if (os == "win"): [PASS, FAIL] 30 if processor == "x86": [PASS, FAIL] 31 32 [cookieStore.set with positional name and value] 33 expected: 34 if (os == "win"): [PASS, FAIL] 35 36 [cookieStore.set with name and value in options] 37 expected: 38 if (os == "win"): [PASS, FAIL] 39 40 [cookieStore.set with normal name and an '=' in value] 41 expected: 42 if (os == "win"): [PASS, FAIL] 43 44 [cookieStore.set with expires set to a future Date] 45 expected: 46 if (os == "win"): [PASS, FAIL] 47 48 [cookieStore.set with expires set to a past Date] 49 expected: 50 if (os == "win"): [PASS, FAIL] 51 52 [cookieStore.set with expires set to a future timestamp] 53 expected: 54 if (os == "win"): [PASS, FAIL] 55 56 [cookieStore.set with expires set to a past timestamp] 57 expected: 58 if (os == "win"): [PASS, FAIL] 59 60 [cookieStore.set with domain set to the current hostname] 61 expected: 62 if (os == "win"): [PASS, FAIL] 63 64 [cookieStore.set with domain set to a subdomain of the current hostname] 65 expected: 66 if (os == "win"): [PASS, FAIL] 67 68 [cookieStore.set with domain set to a non-domain-matching suffix of the current hostname] 69 expected: 70 if (os == "win"): [PASS, FAIL] 71 72 [cookieStore.set default domain is null and differs from current hostname] 73 expected: 74 if (os == "win"): [PASS, FAIL] 75 76 [cookieStore.set default path is /] 77 expected: 78 if (os == "win"): [PASS, FAIL] 79 80 [cookieStore_set_arguments.https.any.html] 81 [cookieStore.set with domain set to a subdomain of the current hostname] 82 expected: 83 if (os == "win"): [PASS, FAIL] 84 85 [cookieStore.set with domain set to a non-domain-matching suffix of the current hostname] 86 expected: 87 if (os == "win"): [PASS, FAIL] 88 89 [cookieStore.set does not add / to path that does not end with /] 90 expected: 91 if (os == "win"): [PASS, FAIL] 92 93 [cookieStore.set can modify a cookie set by document.cookie if document is defined] 94 expected: 95 if (os == "win"): [PASS, FAIL] 96 97 [cookieStore.set with get result] 98 expected: 99 if (os == "win"): [PASS, FAIL] 100 101 [cookieStore.set checks if the path is too long] 102 expected: 103 if (os == "win"): [PASS, FAIL] 104 105 [cookieStore.set checks if the domain is too long] 106 expected: 107 if (os == "win"): [PASS, FAIL] 108 109 [cookieStore.set with a __Host- prefix should not have a domain] 110 expected: 111 if (os == "win"): [PASS, FAIL]