blob: 3cf5ada8c49af524707ead2fa18b4e63d19223a4 [file] [log] [blame]
Tests that document.cookie returns the right value after a showModalDialog() call
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS normalizeCookie(document.cookie) is "testKey=testValue"
PASS normalizeCookie(cookiesInFrame) is "foo=bar; testKey=testValue"
PASS normalizeCookie(document.cookie) is "foo=bar; testKey=testValue"
PASS successfullyParsed is true
TEST COMPLETE