blob: 6fd3c46a12b08ac0bd42f9defd902e1429c3988c [file] [log] [blame]
CONSOLE MESSAGE: showModalDialog() is deprecated and will be removed. Please use the <dialog> element instead.
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