haikuwebkit/LayoutTests/fast/cookies/local-file-can-set-cookies-...

12 lines
388 B
Plaintext

This test checks that a local file can set cookies. See: rdar://problem/5379090 REGRESSION: Cannot set cookies for local files
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.cookie.indexOf('ppkcookie1=testcookie') is -1
PASS document.cookie.indexOf('ppkcookie1=testcookie') >= 0 is true
PASS successfullyParsed is true
TEST COMPLETE