blob: e308177239a718aa09b24f1f1c4b5bb302c31852 [file] [log] [blame]
This is a testharness.js-based test.
Found 66 tests; 59 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN.
FAIL Cookie with %x0 in value is rejected (DOM). assert_equals: The cookie was rejected. expected "" but got "test=0"
PASS Cookie with %x1 in value is rejected (DOM).
PASS Cookie with %x2 in value is rejected (DOM).
PASS Cookie with %x3 in value is rejected (DOM).
PASS Cookie with %x4 in value is rejected (DOM).
PASS Cookie with %x5 in value is rejected (DOM).
PASS Cookie with %x6 in value is rejected (DOM).
PASS Cookie with %x7 in value is rejected (DOM).
PASS Cookie with %x8 in value is rejected (DOM).
FAIL Cookie with %x9 in value is accepted (DOM). assert_equals: The cookie was set as expected. expected "test=9\tvalue" but got ""
FAIL Cookie with %xa in value is rejected (DOM). assert_equals: The cookie was rejected. expected "" but got "test=10"
PASS Cookie with %xb in value is rejected (DOM).
PASS Cookie with %xc in value is rejected (DOM).
FAIL Cookie with %xd in value is rejected (DOM). assert_equals: The cookie was rejected. expected "" but got "test=13"
PASS Cookie with %xe in value is rejected (DOM).
PASS Cookie with %xf in value is rejected (DOM).
PASS Cookie with %x10 in value is rejected (DOM).
PASS Cookie with %x11 in value is rejected (DOM).
PASS Cookie with %x12 in value is rejected (DOM).
PASS Cookie with %x13 in value is rejected (DOM).
PASS Cookie with %x14 in value is rejected (DOM).
PASS Cookie with %x15 in value is rejected (DOM).
PASS Cookie with %x16 in value is rejected (DOM).
PASS Cookie with %x17 in value is rejected (DOM).
PASS Cookie with %x18 in value is rejected (DOM).
PASS Cookie with %x19 in value is rejected (DOM).
PASS Cookie with %x1a in value is rejected (DOM).
PASS Cookie with %x1b in value is rejected (DOM).
PASS Cookie with %x1c in value is rejected (DOM).
PASS Cookie with %x1d in value is rejected (DOM).
PASS Cookie with %x1e in value is rejected (DOM).
PASS Cookie with %x1f in value is rejected (DOM).
PASS Cookie with %x7f in value is rejected (DOM).
PASS Cookie with %x0 in name is rejected or modified (HTTP).
PASS Cookie with %x1 in value is rejected (HTTP).
PASS Cookie with %x2 in value is rejected (HTTP).
PASS Cookie with %x3 in value is rejected (HTTP).
PASS Cookie with %x4 in value is rejected (HTTP).
PASS Cookie with %x5 in value is rejected (HTTP).
PASS Cookie with %x6 in value is rejected (HTTP).
PASS Cookie with %x7 in value is rejected (HTTP).
PASS Cookie with %x8 in value is rejected (HTTP).
FAIL Cookie with %x9 in value is accepted (HTTP). assert_equals: The cookie was set as expected. expected "test=9\tvalue" but got ""
FAIL Cookie with %xa in name is rejected or modified (HTTP). assert_equals: The cookie was set as expected. expected "test10 name=10" but got "test10"
PASS Cookie with %xb in value is rejected (HTTP).
PASS Cookie with %xc in value is rejected (HTTP).
FAIL Cookie with %xd in name is rejected or modified (HTTP). assert_equals: The cookie was set as expected. expected "test13 name=13" but got "test13"
PASS Cookie with %xe in value is rejected (HTTP).
PASS Cookie with %xf in value is rejected (HTTP).
PASS Cookie with %x10 in value is rejected (HTTP).
PASS Cookie with %x11 in value is rejected (HTTP).
PASS Cookie with %x12 in value is rejected (HTTP).
PASS Cookie with %x13 in value is rejected (HTTP).
PASS Cookie with %x14 in value is rejected (HTTP).
PASS Cookie with %x15 in value is rejected (HTTP).
PASS Cookie with %x16 in value is rejected (HTTP).
PASS Cookie with %x17 in value is rejected (HTTP).
PASS Cookie with %x18 in value is rejected (HTTP).
PASS Cookie with %x19 in value is rejected (HTTP).
PASS Cookie with %x1a in value is rejected (HTTP).
PASS Cookie with %x1b in value is rejected (HTTP).
PASS Cookie with %x1c in value is rejected (HTTP).
PASS Cookie with %x1d in value is rejected (HTTP).
PASS Cookie with %x1e in value is rejected (HTTP).
PASS Cookie with %x1f in value is rejected (HTTP).
PASS Cookie with %x7f in value is rejected (HTTP).
Harness: the test ran to completion.