blob: ba7038e9cc9d657be23fa8a947ec1984e007ec5d [file] [log] [blame]
Tests that setting a cookie with an expiration date in the past deletes the cookie
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.cookie is ""
PASS document.cookie is "testDelete=testValue"
PASS document.cookie is ""
PASS document.cookie is ""
PASS successfullyParsed is true
TEST COMPLETE