blob: f4af924bfb7e81eb3d0cf4d3d42cb2308a445351 [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(document.cookie) is "foo=bar; testKey=testValue"
PASS successfullyParsed is true
TEST COMPLETE